Skip to content

Commit 8252617

Browse files
committed
[Claude] Add PHP 8.5 to CI test matrix
1 parent 38add1a commit 8252617

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
@@ -24,7 +24,7 @@ jobs:
2424
2525
strategy:
2626
matrix:
27-
php: [8.2, 8.3, 8.4]
27+
php: [8.2, 8.3, 8.4, 8.5]
2828
laravel: [^11.0, ^12.0, ^13.0.x-dev]
2929
exclude:
3030
- php: 8.2

0 commit comments

Comments
 (0)