Merge pull request #7864 from localheinz/feature/matrix

Enhancement: Explicitly configure build matrix to maintain order
main
Jordi Boggiano 6 years ago committed by GitHub
commit e2590a4e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,22 +14,20 @@ addons:
packages:
- parallel
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- nightly
matrix:
include:
- php: 5.3
dist: precise
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.3
env: deps=high
- php: nightly
fast_finish: true
allow_failures:
- php: nightly

Loading…
Cancel
Save