Skip to content

Commit c8f88f3

Browse files
committed
Merge branch '4.4'
* 4.4: Removing the tests for PHP 7.0
2 parents 5509ab4 + fc57299 commit c8f88f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bundles/best_practices.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,10 @@ of Symfony and the latest beta release:
198198
# Minimum supported dependencies with the latest and oldest PHP version
199199
- php: 7.2
200200
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="max[self]=0"
201-
- php: 7.0
201+
- php: 7.1
202202
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="max[self]=0"
203203
204204
# Test the latest stable release
205-
- php: 7.0
206205
- php: 7.1
207206
- php: 7.2
208207
env: COVERAGE=true PHPUNIT_FLAGS="-v --coverage-text"

0 commit comments

Comments
 (0)