Skip to content

Commit ad59b84

Browse files
Run Tests on PHP 8.4 (#229)
1 parent e854d7f commit ad59b84

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
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [8.2, 8.3]
12+
php: [8.2, 8.3, 8.4]
1313
laravel: [11.*]
1414
phpunit: [10.*]
1515
stability: [prefer-lowest, prefer-stable]

0 commit comments

Comments
 (0)