Skip to content

Commit 6aecc15

Browse files
authored
Add PHP 8.5 to the testing matrix
1 parent c08f6dd commit 6aecc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
php: [ 8.1, 8.2, 8.3, 8.4 ]
21+
php: [ 8.1, 8.2, 8.3, 8.4, 8.5 ]
2222
laravel: [ 10.*, 11.*, 12.* ]
2323
exclude:
2424
- php: 8.1

0 commit comments

Comments
 (0)