Skip to content
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 legacy PHP versions #6549

Open
dktapps opened this issue Dec 1, 2024 · 0 comments
Open

Drop legacy PHP versions #6549

dktapps opened this issue Dec 1, 2024 · 0 comments
Labels
Category: Core Related to internal functionality Category: PHP Type: Cleanup Removes or deprecates API methods or behaviour

Comments

@dktapps
Copy link
Member

dktapps commented Dec 1, 2024

Problem description

8.1 has been deprecated for a while. Keeping it is also preventing us from upgrading various dependencies.

There doesn't seem to be any major issues with bumping to 8.2 aside from deprecation warnings. These are no longer a significant concern since the rework of ErrorToExceptionHandler to not throw on E_DEPRECATED.

8.2 is also approaching end of active support, but has a 2 year security support lifetime, so that's not a pressing issue.

Proposed solution

minor-next should require PHP 8.2 minimum
major-next should require PHP 8.3 minimum

Alternative solutions that don't require API changes

@dktapps dktapps added Category: Core Related to internal functionality Category: PHP Type: Cleanup Removes or deprecates API methods or behaviour labels Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Core Related to internal functionality Category: PHP Type: Cleanup Removes or deprecates API methods or behaviour
Projects
None yet
Development

No branches or pull requests

1 participant