-
Notifications
You must be signed in to change notification settings - Fork 974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop PHP 7.1 support in ES-PHP 8.0? #1086
Comments
Though it looks like with #1063 having |
Bumping to 8 is a major version... So that's the kind of time you do a breaking change :) |
@reedy I cannot remove the support of PHP 7.1 until I'll release |
Bumping the PHP version to 7.4 is not really considered a BC break. People on 7.1 will keep getting the prior version that is compatible with their environment. Some references on this matter |
As mentioned in #1084
PHP 7.1 is EOL for about a year now. Can we drop support for it?
To cover properly PHP 7.4/8.0 in PHPUnit we need to upgrade to PHPUnit 8.0, which also drops 7.1 support
https://phpunit.de/supported-versions.html
The text was updated successfully, but these errors were encountered: