Skip to content

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

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
Member

aonemd commented Oct 18, 2024

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

@braindawg braindawg deleted the php8.2 branch October 24, 2024 01:39
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