Skip to content

Commit 0e3e337

Browse files
authored
Added PHP 8.5 support (#227)
1 parent a42cf9d commit 0e3e337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: true
2424
matrix:
25-
php: [ 8.2, 8.3, 8.4 ]
25+
php: [ 8.2, 8.3, 8.4, 8.5 ]
2626
laravel: [ 11.*, 12.* ]
2727
include:
2828
- laravel: 11.*
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
fail-fast: true
7777
matrix:
78-
php: [ 8.2, 8.3, 8.4 ]
78+
php: [ 8.2, 8.3, 8.4, 8.5 ]
7979
laravel: [ 11.*, 12.* ]
8080
include:
8181
- laravel: 11.*

0 commit comments

Comments
 (0)