Skip to content

Commit

Permalink
add 8.4 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
andypost committed Jul 25, 2024
1 parent 64b9519 commit c8d2427
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
include:
- php: '8.0'
coverage: false
- php: '8.4'
coverage: false
- php: '7.2'
coverage: false
composer-flags: '--prefer-lowest'
Expand All @@ -53,7 +55,7 @@ jobs:

- name: "Use PHPUnit 9.3+ on PHP 8"
run: composer require --no-update --dev phpunit/phpunit:^9.3
if: "matrix.php == '8.0'"
if: "matrix.php == '8.0' || matrix.php == '8.4'"

- run: composer update --no-progress ${{ matrix.composer-flags }}

Expand Down

0 comments on commit c8d2427

Please sign in to comment.