Update ci.yml
This commit is contained in:
parent
c50e24660f
commit
aa2e9c1cdc
|
|
@ -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.*'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue