Do not test Laravel 8 on PHP 7.2

This commit is contained in:
Alex Bouma 2020-09-15 16:17:53 +02:00
parent 00dd9b0b25
commit c3142a101c
No known key found for this signature in database
GPG Key ID: AC101F160BEBEA17
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ jobs:
testbench: 5.* testbench: 5.*
- laravel: 6.* - laravel: 6.*
testbench: 4.* testbench: 4.*
exclude:
- php: 7.2
laravel: 8.*
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }} name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}