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
191
191
fast_finish : true
192
192
include :
193
193
# 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"
195
196
196
197
# Test the latest stable release
197
198
- php : 7.0
@@ -207,14 +208,14 @@ test latest beta release. Here is a recommended configuration file (``.travis.ym
207
208
env : DEPENDENCIES="symfony/lts:^3"
208
209
209
210
# Latest commit to master
210
- - env : STABILITY="dev"
211
+ - php : 7.2
212
+ env : STABILITY="dev"
211
213
212
214
allow_failures :
213
215
# Dev-master is allowed to fail.
214
216
- env : STABILITY="dev"
215
217
216
218
before_install :
217
- - composer require --no-update "symfony/phpunit-bridge:^3.3 || ^4"
218
219
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
219
220
- if [[ -v $STABILITY ]]; then composer config minimum-stability $STABILITY; fi;
220
221
- if [[ -v $DEPENDENCIES ]]; then composer require --no-update $DEPENDENCIES; fi;
You can’t perform that action at this time.
0 commit comments