Skip to content

Commit cf6645f

Browse files
authored
[Claude] Add PHP 8.5 to CI test matrix (#15)
1 parent 8027bbe commit cf6645f

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
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [8.2, 8.3, 8.4]
11+
php: [8.2, 8.3, 8.4, 8.5]
1212
lib:
1313
- laravel: ^13.0.x-dev
1414
- laravel: ^12.0

0 commit comments

Comments
 (0)