Also check with lowest compatible versions

This commit is contained in:
Oliver Davies 2019-02-19 13:40:59 +00:00 committed by GitHub
parent ee62ec9798
commit 26751ae40c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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