Skip to content

Commit d757af5

Browse files
committed
Added PHP 8.5 to CI tests.
1 parent d622878 commit d757af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ubuntu]
34-
php: [8.4, 8.3, 8.2, 8.1]
34+
php: [8.5 8.4, 8.3, 8.2, 8.1]
3535
laravel: [dev-master, 11.x, 10.x]
3636

3737
exclude:

0 commit comments

Comments
 (0)