Skip to content

Commit 930dbc5

Browse files
Test against php 8.4
1 parent d878b8c commit 930dbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
php: [8.3, 8.2, 8.1, 8.0]
24+
php: [8.4, 8.3, 8.2, 8.1, 8.0]
2525
laravel: ['9.*', '10.*', '11.*']
2626
dependency-version: [prefer-lowest, prefer-stable]
2727
exclude:

0 commit comments

Comments
 (0)