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 <crynobone@gmail.com>
  • Loading branch information
crynobone committed Sep 24, 2024
1 parent 8508cc9 commit 0fd82b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.2, 8.3]
php: [8.2, 8.3, 8.4]
phpunit: [10, 11]
laravel: [10, 11]
exclude:
- php: 8.2
laravel: 10
- phpunit: 11
laravel: 10

Expand Down

0 comments on commit 0fd82b6

Please sign in to comment.