Skip to content

Commit

Permalink
[7.x] Supports PHP 8.4
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 12, 2024
1 parent cc4c1a7 commit d91e4ea
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
php: [8.2, 8.3]
phpunit: [10, 11]
laravel: [10, 11]
include:
- php: 8.4
laravel: 11
phpunit: 10
- php: 8.4
laravel: 11
phpunit: 11
exclude:
- phpunit: 11
laravel: 10
Expand All @@ -41,7 +48,7 @@ jobs:

- name: Install dependencies
run: |
composer update --with=laravel/framework=^${{ matrix.laravel }} --with=phpunit/phpunit:^${{ matrix.phpunit }} --prefer-dist --no-interaction --no-progress
composer update --with="laravel/framework=^${{ matrix.laravel }}" --with="phpunit/phpunit:^${{ matrix.phpunit }}" --prefer-dist --no-interaction --no-progress
- name: Execute tests
run: vendor/bin/phpunit
Expand Down

0 comments on commit d91e4ea

Please sign in to comment.