File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,8 @@ test latest beta release. Here is a recommended configuration file (``.travis.ym
191191 fast_finish : true
192192 include :
193193 # Minimum supported Symfony version with the latest PHP version
194- - env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
194+ - php : 7.2
195+ env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
195196
196197 # Test the latest stable release
197198 - php : 7.0
@@ -207,14 +208,14 @@ test latest beta release. Here is a recommended configuration file (``.travis.ym
207208 env : DEPENDENCIES="symfony/lts:^3"
208209
209210 # Latest commit to master
210- - env : STABILITY="dev"
211+ - php : 7.2
212+ env : STABILITY="dev"
211213
212214 allow_failures :
213215 # Dev-master is allowed to fail.
214216 - env : STABILITY="dev"
215217
216218 before_install :
217- - composer require --no-update "symfony/phpunit-bridge:^3.3 || ^4"
218219 - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
219220 - if [[ -v $STABILITY ]]; then composer config minimum-stability $STABILITY; fi;
220221 - if [[ -v $DEPENDENCIES ]]; then composer require --no-update $DEPENDENCIES; fi;
You can’t perform that action at this time.
0 commit comments