Skip to content

Commit edc64d0

Browse files
authored
Add PHP 8.5 to test matrix
1 parent 98c5ec3 commit edc64d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
php: [8.1, 8.2, 8.3, 8.4]
15+
php: [8.1, 8.2, 8.3, 8.4, 8.5]
1616
laravel: [10, 11, 12]
1717
stability: ["prefer-lowest", "prefer-stable"]
1818
exclude:
19+
- php: 8.5
20+
laravel: 10
1921
- php: 8.4
2022
laravel: 10
2123
- php: 8.1

0 commit comments

Comments
 (0)