We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb2585 commit d85f6c4Copy full SHA for d85f6c4
bundles/best_practices.rst
@@ -198,11 +198,10 @@ of Symfony and the latest beta release:
198
# Minimum supported dependencies with the latest and oldest PHP version
199
- php: 7.2
200
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="max[self]=0"
201
- - php: 7.0
+ - php: 7.1
202
203
204
# Test the latest stable release
205
206
- php: 7.1
207
208
env: COVERAGE=true PHPUNIT_FLAGS="-v --coverage-text"
0 commit comments