Uh oh!
There was an error while loading. Please reload this page.
Build/Test Tools: Trim the PHPUnit matrix to boundary PHP versions in the 6.8 branch - #12726
Build/Test Tools: Trim the PHPUnit matrix to boundary PHP versions in the 6.8 branch#12726lancewillett wants to merge 2 commits 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. |
… 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
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
adimoldovan
commented
Jul 31, 2026
Looks like the change already landed in 6.8. The PR has 0 changes. |
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).