Skip to content

Commit 18e4a18

Browse files
Nyholmjaviereguiluz
authored andcommitted
Added back php-versions
1 parent 05bf09d commit 18e4a18

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

bundles/best_practices.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)