Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit ea8e5ad

Browse files
authored
Ignore non-php8 compatible Laravel versions for tests
1 parent f3703ba commit ea8e5ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
testbench: '5.*'
3737
- laravel: '8.*'
3838
testbench: '6.*'
39+
exclude:
40+
- php: '8.0'
41+
laravel: 6.*
42+
- php: '8.0'
43+
laravel: 7.*
3944

4045
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }}
4146

0 commit comments

Comments
 (0)