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

Merged
merged 3 commits into from
Oct 18, 2024

Conversation

braindawg
Copy link
Contributor

@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
Contributor 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.

@aonemd aonemd added the release-patch Patch version bump label Oct 18, 2024
@aonemd aonemd merged commit 5fdb004 into pusher:master Oct 18, 2024
1 check failed
@aonemd
Copy link
Contributor

aonemd commented Oct 18, 2024

Thanks for opening this, @braindawg
It's merged now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-patch Patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants