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:
matrix:
php:
- '7.2'
- '7.3'
- '7.4'
laravel:
- 6.*
- 7.*
- 8.*
prefer:
- 'prefer-lowest'
- 'prefer-stable'
include:
- laravel: '6.*'
testbench: '4.*'
- laravel: '7.*'
testbench: '5.*'
- laravel: '8.*'