Skip to content

Commit 84b05a1

Browse files
Test against php 8.5
1 parent b3661fa commit 84b05a1

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.4, 8.3, 8.2, 8.1, 8.0]
24+
php: [8.5, 8.4, 8.3, 8.2, 8.1, 8.0]
2525
laravel: ['9.*', '10.*', '11.*', '12.*']
2626
dependency-version: [prefer-lowest, prefer-stable]
2727
exclude:

0 commit comments

Comments
 (0)