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

Allow PHP 8.2 #2136

Merged
merged 1 commit into from
Dec 14, 2022
Merged

Allow PHP 8.2 #2136

merged 1 commit into from
Dec 14, 2022

Conversation

franmomu
Copy link
Contributor

Adds support for PHP 8.2

CHANGELOG.md Outdated
### Changed
### Deprecated
### Removed
* Dropped support for PHP <8.0 [#2131](https://github.com/ruflin/Elastica/pull/2131)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've moved this entry since it is not really BC Break, if the user is using PHP < 8.0 it won't be able to use this version since composer won't allow it.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would still keep it under breaking change. Imagine a user goes to the changelog for 8.0 and wants to see what the breaking changes are. Nothing around 8.0 in it and then tries to deploy it but can't. Agree, the technical bits are in place but I hope users read the changelog before.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've reverted this change since it's not related to this PR, I hope users try their projects with the PHP version used in their servers, but well you'll never know 🙈

@ruflin ruflin merged commit 2debed1 into ruflin:8.x Dec 14, 2022
@ruflin
Copy link
Owner

ruflin commented Dec 14, 2022

Thx

@franmomu franmomu deleted the allow_php_8.2 branch December 14, 2022 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants