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 bc9a43f commit 4bd8e65Copy full SHA for 4bd8e65
bundles/best_practices.rst
@@ -190,9 +190,11 @@ test latest beta release. Here is a recommended configuration file (``.travis.ym
190
matrix:
191
fast_finish: true
192
include:
193
- # Minimum supported Symfony version with the latest PHP version
+ # Minimum supported dependencies with the latest and oldest PHP version
194
- php: 7.2
195
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
196
+ - php: 7.0
197
+ env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
198
199
# Test the latest stable release
200
- php: 7.0
0 commit comments