Skip to content

Commit 61cc0e0

Browse files
committed
Fix exlude list in Github workflow
1 parent be92b01 commit 61cc0e0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ jobs:
2727
testbench: 6.*
2828
exclude:
2929
- laravel: 8.*
30-
php: [ 7.1, 7.2 ]
30+
php: 7.1
31+
- laravel: 8.*
32+
php: 7.2
33+
- laravel: 7.*
34+
php: 7.1
3135
- laravel: 7.*
32-
php: [ 7.1, 7.2 ]
36+
php: 7.2
3337
- laravel: 6.*
3438
php: 7.1
3539

0 commit comments

Comments
 (0)