You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments