CI: expand matrix to include MW 1.44 / 1.45, promote 1.43 to non-experimental#107
Draft
malberts wants to merge 2 commits into
Draft
CI: expand matrix to include MW 1.44 / 1.45, promote 1.43 to non-experimental#107malberts wants to merge 2 commits into
malberts wants to merge 2 commits into
Conversation
Establishes empirical CI coverage for MediaWiki 1.43 LTS through 1.45, which 5.x has been claiming compatibility with but only ever testing through REL1_43 (and even that was marked experimental). No source or test changes — purely matrix expansion. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Without this, a single early failure cancels all sibling jobs, hiding what works and what doesn't.
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.
Establish empirical coverage of MediaWiki 1.43 LTS through 1.45 in the 5.x branch's CI.
Current 5.x matrix only tests through REL1_43, and that's marked experimental. This PR:
experimental: truetoexperimental: falseREL1_44(PHP 8.3) as a non-experimental rowREL1_45(PHP 8.3) as a non-experimental rowNo source or test changes; the goal is to learn empirically whether 5.x already runs cleanly on those MediaWiki versions or whether some catch-up work is needed before we can claim coverage there.
Draft pending CI results.