Update composer
Use PHP 7.2 like production
This commit is contained in:
parent
02551e98d7
commit
e499a3c824
2 changed files with 629 additions and 453 deletions
|
@ -5,14 +5,13 @@ dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 7.0
|
|
||||||
- 7.1
|
- 7.1
|
||||||
|
- 7.2
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- php: 7.0
|
- php: 7.1
|
||||||
env: PHPCS=1
|
env: PHPCS=1
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
1077
composer.lock
generated
1077
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue