1
0
Fork 0

Merge pull request #7864 from localheinz/feature/matrix

Enhancement: Explicitly configure build matrix to maintain order
pull/7860/head^2
Jordi Boggiano 2019-01-03 10:48:44 +01:00 committed by GitHub
commit e2590a4e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 10 deletions

View File

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