Update ci.yml

This commit is contained in:
rennokki 2020-11-20 12:13:21 +02:00 committed by GitHub
parent c50e24660f
commit aa2e9c1cdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -19,19 +19,15 @@ jobs:
strategy: strategy:
matrix: matrix:
php: php:
- '7.2'
- '7.3' - '7.3'
- '7.4' - '7.4'
laravel: laravel:
- 6.*
- 7.* - 7.*
- 8.* - 8.*
prefer: prefer:
- 'prefer-lowest' - 'prefer-lowest'
- 'prefer-stable' - 'prefer-stable'
include: include:
- laravel: '6.*'
testbench: '4.*'
- laravel: '7.*' - laravel: '7.*'
testbench: '5.*' testbench: '5.*'
- laravel: '8.*' - laravel: '8.*'