File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ language: php
55matrix :
66 include :
77 - php : 7.1
8+ - php : 7.2
9+ env : COMPOSER_FLAGS="--prefer-lowest"
810 - php : 7.2
911 env : SYMFONY_VERSION=2.7.*
1012 - php : 7.2
2325 - SYMFONY_VERSION=""
2426 - REQUIRE_PROXY_BRIDGE="yes"
2527 - EXTRA_PHPUNIT_PARAMS="--exclude-group depTest"
28+ - COMPOSER_FLAGS="--prefer-dist"
2629
2730before_install :
2831 - composer self-update
2932 - if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/http-kernel:$SYMFONY_VERSION symfony/dependency-injection:$SYMFONY_VERSION symfony/yaml:$SYMFONY_VERSION symfony/config:$SYMFONY_VERSION symfony/monolog-bridge:$SYMFONY_VERSION symfony/framework-bundle:$SYMFONY_VERSION; fi
3033
3134install :
32- - composer install --prefer-dist
35+ - composer update $COMPOSER_FLAGS
3336 - if [ "$REQUIRE_PROXY_BRIDGE" == "yes" ] && [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/proxy-manager-bridge:$SYMFONY_VERSION; fi
3437 - if [ "$REQUIRE_PROXY_BRIDGE" == "yes" ] && [ "$SYMFONY_VERSION" == "" ]; then composer require symfony/proxy-manager-bridge; fi
3538
You can’t perform that action at this time.
0 commit comments