File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -2,24 +2,26 @@ language: php
22
33php :
44 - 7.1
5- - nightly
5+ - 7.2
66
7- matrix :
8- allow_failures :
9- - php : nightly
10- fast_finish : true
7+ env :
8+ - SYMFONY_VERSION=3.2.*
9+ - SYMFONY_VERSION=3.3.*
10+ - SYMFONY_VERSION=3.4.*
11+ - SYMFONY_VERSION=4.0.*
1112
1213cache :
1314 directories :
14- - vendor
15+ - ~/.composer/cache/files
1516
1617before_install :
1718 - phpenv config-rm xdebug.ini || true
1819
1920install :
21+ - composer require symfony/dependency-injection:${SYMFONY_VERSION} --no-update --no-scripts --prefer-dist
2022 - composer update --prefer-dist
2123
2224script :
2325 - composer validate --strict
2426
25- - vendor/bin/behat --strict
27+ - vendor/bin/behat --strict -vvv --no-interaction
Original file line number Diff line number Diff line change 1212 "php" : " ^7.1" ,
1313
1414 "behat/behat" : " ^3.1" ,
15- "symfony/dependency-injection" : " ^2.8|^3 .0"
15+ "symfony/dependency-injection" : " ^3.2|^4 .0"
1616 },
1717 "require-dev" : {
1818 "friends-of-behat/test-context" : " ^1.0"
You can’t perform that action at this time.
0 commit comments