Skip to content

Commit d85f6c4

Browse files
authored
Removing the tests for PHP 7.0
1 parent 7cb2585 commit d85f6c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bundles/best_practices.rst

+1-2
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)