Skip to content

Commit

Permalink
Add PHP 8.4 to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Mar 19, 2024
1 parent 0663dd6 commit 5777481
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
strategy:
matrix:
php:
- 8.4
- 8.3
- 8.2
- 8.1
Expand All @@ -26,6 +27,8 @@ jobs:
php-version: ${{ matrix.php }}
coverage: xdebug
ini-file: development
- run: composer config minimum-stability dev
if: ${{ matrix.php >= 8.4 }}
- run: composer install
- run: vendor/bin/phpunit --coverage-text
if: ${{ matrix.php >= 7.3 }}
Expand Down

0 comments on commit 5777481

Please sign in to comment.