Skip to content

Commit 14f96a9

Browse files
committed
Minor updates
1 parent 5bacbd5 commit 14f96a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bundles/best_practices.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,11 @@ test latest beta release. Here is a recommended configuration file (``.travis.ym
190190
matrix:
191191
fast_finish: true
192192
include:
193-
# Minimum supported Symfony version with the latest PHP version
193+
# Minimum supported dependencies with the latest and oldest PHP version
194194
- php: 7.2
195195
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"
196198
197199
# Test the latest stable release
198200
- php: 7.0

0 commit comments

Comments
 (0)