Extend the CI matrix to PHP 8.3, 8.4 and 8.5 - #8
Merged
Merged
Conversation
Follows on from #7, which added the workflow running 8.2 only. Adds the three current releases, so the matrix now runs 8.2, 8.3, 8.4 and 8.5. The floor stays at 8.2: symfony/http-foundation ^v7.2.0, pulled in via packaged/context and packaged/http, requires PHP >= 8.2, so composer cannot resolve an installable set below that. Verified against a clean checkout: fresh composer install plus the full suite on PHP 8.5.10 exits 0 (39 tests, 144 assertions). Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#7 landed the workflow running 8.2 only. This adds the three current releases, so the matrix is 8.2 / 8.3 / 8.4 / 8.5.
The floor stays at 8.2 —
symfony/http-foundation ^v7.2.0, reached viapackaged/context→packaged/http, requires PHP >= 8.2, so nothing below that resolves.Test plan
Fresh
composer installplus the full suite on PHP 8.5.10 from a clean checkout of master: exits 0, 39 tests / 144 assertions. 8.3 and 8.4 aren't installed locally — those legs get their first run here.Note the
buildcheck will fail, as it did on #7: that's the legacy CircleCI config still targeting PHP 7.2/7.3/rc, which this package hasn't supported since 2.x. Unrelated to this change.🤖 Generated with Claude Code