Skip to content

Commit

Permalink
Github workflows now run on PHP 8.1 (OpenMage#3163)
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed May 5, 2023
1 parent b639beb commit 36f4fdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.4']
php-versions: ['8.1']
steps:
- name: Checkout repository
uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
max-parallel: 5
matrix:
os: [ubuntu-latest]
php: ['7.4', '8.1']
php: ['8.1', '8.2']
steps:
- uses: actions/checkout@v3
- name: Setup PHP
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/syntax-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
php: ['7.4', '8.1', '8.2']
php: ['8.1', '8.2']

name: PHP Syntax ${{ matrix.php }}

Expand Down

0 comments on commit 36f4fdb

Please sign in to comment.