Also check with lowest compatible versions
This commit is contained in:
parent
ee62ec9798
commit
26751ae40c
|
@ -4,6 +4,11 @@ php:
|
|||
- 7.1
|
||||
- 7.2
|
||||
|
||||
env:
|
||||
matrix:
|
||||
- COMPOSER_FLAGS="--prefer-lowest"
|
||||
- COMPOSER_FLAGS=""
|
||||
|
||||
before_script:
|
||||
- composer install --dev --prefer-source --no-interaction
|
||||
|
||||
|
|
Loading…
Reference in a new issue