Build/Test Tools: Trim the PHPUnit matrix to boundary PHP versions in the 6.8 branch - #12726
Open
lancewillett wants to merge 1 commit into
Open
Build/Test Tools: Trim the PHPUnit matrix to boundary PHP versions in the 6.8 branch#12726lancewillett wants to merge 1 commit into
lancewillett wants to merge 1 commit into
Conversation
… the 6.8 branch. The 6.8 PHPUnit matrix runs the full PHP axis (7.2 through 8.4) across three job groups, about 198 matrix jobs, while trunk and 7.0 were trimmed to boundary versions. During a security release several branches run at once, and 6.8's full matrix is the single largest contributor to the concurrent-job peak. Trim the PHP axis to the highest and lowest of each major (7.2, 7.4, 8.0, 8.4), matching trunk and 7.0. The intermediate versions still run on trunk and the weekly scheduled full matrix, so coverage holds. See #65736, see #64083. Props lance.willett@automattic.com.
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Core Committers: Use this line as a base for the props when committing in SVN: To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
pento
pushed a commit
that referenced
this pull request
Jul 28, 2026
… the 6.8 branch. The 6.8 PHPUnit matrix runs the full PHP axis (7.2 through 8.4) across three job groups, about 198 matrix jobs, while trunk and 7.0 were trimmed to boundary versions. During a security release several branches run at once, and 6.8's full matrix is the single largest contributor to the concurrent-job peak. Trim the PHP axis to the highest and lowest of each major (7.2, 7.4, 8.0, 8.4), matching trunk and 7.0. The intermediate versions still run on trunk and the weekly scheduled full matrix, so coverage holds. Developed in: #12726 See #65736, see #64083 git-svn-id: https://develop.svn.wordpress.org/branches/6.8@62863 602fd350-edb4-49c9-b593-d223f7449a82
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.
The 6.8 PHPUnit matrix runs the full PHP axis (
7.2–8.4) across three job groups (about 198 matrix jobs), while trunk (#12719) and 7.0 (#12720) were trimmed to boundary versions. During a security release dry-run I noticed several branches run at once, and their summed matrices approach the GitHub Actions concurrency ceiling. 6.8's full matrix is the single largest contributor.This trims the PHP axis to the highest and lowest of each major (
7.2,7.4,8.0,8.4), matching trunk and 7.0, and drops 6.8 from ~198 to ~99 jobs. The intermediate versions still run on trunk and the weekly scheduled full matrix, so coverage holds.Follows the boundary-trim approach from #64083, extended to the current branches in #65736.
Verified with
actionlintlocally (it also flagged a now-orphanedexcludeentry for PHP 7.3, removed here).