Commit 164ce40
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.01 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
206 | 205 | | |
207 | 206 | | |
208 | 207 | | |
| |||
0 commit comments