Skip to content

Commit de94305

Browse files
Added tests for PHP 8.4
1 parent 5564fc8 commit de94305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: true
1919
matrix:
20-
php: [ "8.1", "8.2", "8.3" ]
20+
php: [ "8.1", "8.2", "8.3", "8.4" ]
2121
laravel: [ "10.0", "11.0", "12.0" ]
2222
exclude:
2323
- laravel: "11.0"

0 commit comments

Comments
 (0)