Created
March 2, 2018 20:19
-
-
Save 1271/07d64f1267a79a33549f4ebc3ea8b906 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: php | |
php: | |
- '7.0' | |
- nightly | |
matrix: | |
include: | |
# Eloquent bridge | |
- php: '7.0' | |
env: | |
- COVERAGE='true' | |
- ELOQUENT_VERSION='~5.0.0' | |
- COMPOSER_FLAGS='--prefer-lowest' | |
- php: '7.0' | |
env: | |
- ELOQUENT_VERSION='~5.1.0' | |
- php: '7.0' | |
env: | |
- ELOQUENT_VERSION='~5.2.0' | |
- php: '7.0' | |
env: | |
- ELOQUENT_VERSION='~5.3.0@dev' | |
- php: '7.0' | |
env: | |
- COVERAGE='true' | |
- SYMFONY_VERSION='~3.0.0' | |
- COMPOSER_FLAGS='--prefer-lowest' | |
- php: '7.0' | |
env: SYMFONY_VERSION='~3.1.0' | |
- php: '7.0' | |
env: SYMFONY_VERSION='~3.2.0@dev' | |
allow_failures: | |
- php: nightly | |
- env: ELOQUENT_VERSION='~5.3.0@dev' | |
- env: SYMFONY_VERSION='~3.2.0@dev' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment