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

PHP 8.3 support added #44

Merged
merged 1 commit into from
Oct 10, 2023
Merged

PHP 8.3 support added #44

merged 1 commit into from
Oct 10, 2023

Conversation

glo71317
Copy link
Contributor

Q A
Documentation yes/no
Bugfix yes/no
BC Break yes/no
New Feature yes/no
RFC yes/no
QA yes/no

Description

@Ocramius Ocramius self-assigned this Oct 10, 2023
@Ocramius Ocramius added this to the 3.11.0 milestone Oct 10, 2023
Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

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

Thanks @glo71317!

@Ocramius Ocramius merged commit 9cfa79c into laminas:3.11.x Oct 10, 2023
13 of 14 checks passed
@glo71317
Copy link
Contributor Author

Thanks @glo71317!

Welcome

@@ -30,7 +30,7 @@
"extra": {
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
Copy link
Member

Choose a reason for hiding this comment

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

@Ocramius
Do we really still need version 8 here?

Copy link
Member

Choose a reason for hiding this comment

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

No, but that's for another patch/day 😁

Copy link
Member

Choose a reason for hiding this comment

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

I always go with "unless there is no need to drop it, why drop it".
If it prevents us from doing stuff, feel free to drop it but I don't like this "lets drop it because we can drop it" out of no reason.
But might be personal preference tho.

Copy link
Member

Choose a reason for hiding this comment

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

We're dropping 8.0 slowly but steadily, it's just a different changeset / can be done in a separate release :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants