Ignore non-php8 compatible Laravel versions for tests

This commit is contained in:
Marcel Pociot 2021-05-18 11:15:04 +02:00 committed by GitHub
parent f3703babe6
commit ea8e5ad820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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 }}