Ignore non-php8 compatible Laravel versions for tests
This commit is contained in:
parent
f3703babe6
commit
ea8e5ad820
|
|
@ -36,6 +36,11 @@ jobs:
|
|||
testbench: '5.*'
|
||||
- laravel: '8.*'
|
||||
testbench: '6.*'
|
||||
exclude:
|
||||
- php: '8.0'
|
||||
laravel: 6.*
|
||||
- php: '8.0'
|
||||
laravel: 7.*
|
||||
|
||||
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue