We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2b876 commit bfdd064Copy full SHA for bfdd064
bundles/best_practices.rst
@@ -206,13 +206,11 @@ test latest beta release. Here is a recommended configuration file (``.travis.ym
206
env: DEPENDENCIES="symfony/lts:^3"
207
208
# Latest commit to master
209
- - php: 7.2
210
- env: STABILITY="dev"
+ - env: STABILITY="dev"
211
212
allow_failures:
213
- # Latest beta is allowed to fail.
214
215
+ # Dev-master is allowed to fail.
216
217
before_install:
218
- composer require --no-update "symfony/phpunit-bridge:^3.3 || ^4"
0 commit comments