Skip to content

Commit

Permalink
Update GitHub Actions with PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Nov 20, 2024
1 parent d340c51 commit 8209202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-14']
php-versions: [ '8.3', '8.2' ]
php-versions: [ '8.4', '8.3', '8.2' ]
name: P${{ matrix.php-versions }} - ${{ matrix.operating-system}}
steps:
# This is required as this package does not support PHP 8 (yet)
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest', 'windows-latest']
php-versions: [ '8.3', '8.2' ]
php-versions: [ '8.4', '8.3', '8.2' ]
name: P${{ matrix.php-versions }} - ${{ matrix.operating-system}}
steps:
# This is required as this package does not support PHP 8 (yet)
Expand Down

0 comments on commit 8209202

Please sign in to comment.