CI: run PHPUnit against MediaWiki master (1.47) on PHP 8.5#862
Draft
malberts wants to merge 2 commits into
Draft
CI: run PHPUnit against MediaWiki master (1.47) on PHP 8.5#862malberts wants to merge 2 commits into
malberts wants to merge 2 commits into
Conversation
Add a master/PHP 8.5 row to the PHPUnit matrix alongside the existing REL1_43/PHP 8.3 row, so CI exercises both the current LTS and the development branch. The master row is marked experimental and the job runs continue-on-error, so breakage originating in MediaWiki core does not block PRs while still surfacing the failure. Static analysis stays pinned to a single MediaWiki version, matching the convention across the other ProfessionalWiki extensions where PHPUnit fans out across versions but static analysis does not. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Required for MW 1.46+
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.
Adds a MediaWiki
master(1.47) / PHP 8.5 row to the PHPUnit matrix, so the extension is exercised against the development branch in addition to the current LTS (REL1_43/ PHP 8.3).The
masterrow is markedexperimentaland the job runscontinue-on-error, so breakage originating in MediaWiki core does not block PRs while still surfacing the failure. This follows thecontinue-on-error: ${{ matrix.experimental }}convention already used across the other ProfessionalWiki extensions (e.g. Network, WikibaseFacetedSearch, Chameleon).The PHPStan job is intentionally left pinned to a single MediaWiki version, matching the same org-wide convention: PHPUnit fans out across versions, static analysis does not.
phpcsis likewise unchanged.🤖 Generated with Claude Code