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

Bump supported versions to include PHP8.2, 8.3 #384

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

braindawg
Copy link

@braindawg braindawg commented Mar 22, 2024

Description

Adds PHP 8.2 and 8.3 to the CI test suite and README.

Updated the version constraint on PHP in Composer to explicitly list the supported PHP8 versions.

CHANGELOG

  • [CHANGED] Explicitly support PHP 8.2 and 8.3

Adds PHP8.2 to the CI test suite and README.

Switched the version constraint on PHP in Composer to explicitly list
the supported PHP8 versions, since ^8.0 allows versions 8.2, 8.3, ...
that may not be officially tested yet.
@SuperDJ
Copy link

SuperDJ commented Apr 15, 2024

You might also want to add PHP8.3 https://www.php.net/supported-versions.php

composer.json Outdated Show resolved Hide resolved
Looks like I was wrong about how PHP versions are interpreted by
Composer, so ^8.0 should also include 8.1+ after all. Putting it back
how I found it!
@braindawg braindawg changed the title Bump supported versions to include PHP8.2 Bump supported versions to include PHP8.2, 8.3 May 16, 2024
@braindawg
Copy link
Author

Reverted unnecessary Composer changes and added PHP 8.3 to the list as suggested by @SuperDJ. May as well test against all current versions.

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.

None yet

3 participants