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.3 #51

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Allow PHP 8.3 #51

merged 1 commit into from
Nov 28, 2023

Conversation

arokettu
Copy link
Contributor

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

Description

Added PHP 8.3 to composer.json. Tests pass without any code changes

P.S. I don't remember if I asked but is there a reason why Laminas/Mezzio projects use a long list of allowed versions instead of something like ">= 8.1 < 8.4"?

@froschdesign froschdesign added the Enhancement New feature or request label Nov 28, 2023
Signed-off-by: Anton Smirnov <[email protected]>
@arokettu
Copy link
Contributor Author

Forgot signed-off, sorry

@froschdesign
Copy link
Member

@arokettu

…use a long list of allowed versions…

There should not be more than 3 versions, so it's not really a long list.

Our version policy includes support for all active PHP versions, including the version with security support. This means that as of today, we now only support versions 8.1, 8.2, and 8.3.

@froschdesign froschdesign added this to the 1.19.0 milestone Nov 28, 2023
Copy link
Member

@gsteel gsteel left a comment

Choose a reason for hiding this comment

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

Thanks @arokettu 👍

@gsteel gsteel self-assigned this Nov 28, 2023
@gsteel gsteel merged commit 2b956e1 into mezzio:1.19.x Nov 28, 2023
11 checks passed
@arokettu arokettu deleted the php-8.3 branch November 28, 2023 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants