Skip to content

Commit 0bed6e9

Browse files
committed
Nevermind
1 parent df2fbf9 commit 0bed6e9

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/workflows/tests.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,24 @@ jobs:
2020
# Unsupported combinations
2121
exclude:
2222
- laravel: 9.*
23-
php: [ 7.4, 7.3, 7.2 ]
23+
php: 7.4
24+
- laravel: 9.*
25+
php: 7.3
26+
- laravel: 9.*
27+
php: 7.2
2428

2529
- laravel: 8.*
2630
php: 7.2
2731

28-
- laravel: [ 7.*, 6.* ]
29-
php: [ 8.1, 8.0 ]
32+
- laravel: 7.*
33+
php: 8.1
34+
- laravel: 7.*
35+
php: 8.0
36+
37+
- laravel: 6.*
38+
php: 8.1
39+
- laravel: 6.*
40+
php: 8.0
3041

3142
# Continue running through matrix even if one combination fails
3243
fail-fast: false

0 commit comments

Comments
 (0)