Match the master branch CI PHP versions#492
Merged
Merged
Conversation
05364ce to
6b12df1
Compare
Run REL1_45 on PHP 8.3 and REL1_46 on PHP 8.4, matching the master branch's matrix and MediaWiki's newest-three test cadence. PHP 8.5 stays on the experimental master row. Both 8.4 and 8.5 are supported by 1.46, so this is a coverage and consistency choice, not a support limit. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
6b12df1 to
37baeaa
Compare
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.
Align the 5.x matrix's recent rows with the master branch (and MediaWiki's own
newest-three test cadence): run REL1_45 on PHP 8.3 and REL1_46 on PHP 8.4,
leaving PHP 8.5 on the experimental
masterrow.Both 8.4 and 8.5 are supported by MediaWiki 1.46, so this is a coverage and
consistency choice across the two branches, not a support limit.
Follow-up to #490.