Skip to content

Commit f58382d

Browse files
authored
PHP 8.5 Compatibility (#449)
1 parent 5540427 commit f58382d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@ jobs:
1717
strategy:
1818
fail-fast: true
1919
matrix:
20-
php: [8.2, 8.3, 8.4]
21-
laravel: [10, 11, '12']
20+
php: [8.2, 8.3, 8.4, 8.5]
21+
laravel: [10, 11, 12]
2222
exclude:
23+
- php: 8.5
24+
laravel: 11
25+
- php: 8.5
26+
laravel: 10
2327
- php: 8.4
2428
laravel: 10
2529

0 commit comments

Comments
 (0)