Skip to content

Commit 25fb84f

Browse files
committed
fix test matrix
1 parent ba88bb8 commit 25fb84f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
strategy:
1111
fail-fast: true
1212
matrix:
13-
php: [7.4, '8.0', 8.1, 8.2, 8.3]
14-
laravel: [8, 9, 10, 11]
13+
php: [7.4, '8.0', 8.1, 8.2, 8.3, 8.4]
14+
laravel: [8, 9, 10, 11, 12]
1515
exclude:
1616
- php: 7.4
1717
laravel: 9

0 commit comments

Comments
 (0)