Skip to content

Commit 5b64d45

Browse files
committed
Exclude unsupported php-laravel combos
1 parent dcddd33 commit 5b64d45

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ jobs:
2020
testbench: 5.*
2121
- laravel: 6.*
2222
testbench: 4.*
23+
exclude:
24+
- php: 7.4
25+
laravel: 9.*
26+
- php: 8.1
27+
laravel: 7.*
28+
- php: 8.1
29+
laravel: 6.*
30+
2331

2432
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2533

0 commit comments

Comments
 (0)