Skip to content

Commit 164ce40

Browse files
committed
minor #12277 Removing the tests for PHP 7.0 (Kynno)
This PR was merged into the 4.3 branch. Discussion ---------- Removing the tests for PHP 7.0 As Symfony 4 requires minimum PHP 7.1, some builds testing PHP 7.0 will automatically fail. Also, I want to mention that the builds line 199 and 201 are not running because of the following error: ``` PHP Warning: fopen(https://github.com/sebastianbergmann/phpunit/archive/6.3.zip): failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found ``` If I remember well, some months ago PHPUnit removed all old available version and I guess that's what's causing the error Commits ------- d85f6c4 Removing the tests for PHP 7.0
2 parents 461640d + d85f6c4 commit 164ce40

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)