Update GitHub Actions workflow for post-7.1 - #13154
Conversation
|
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. |
There was a problem hiding this comment.
Pull request overview
This pull request updates the WordPress core GitHub Actions workflows to reflect the post–7.1 final release state (per the release checklist), shifting upgrade-test targets from pre-release/older versions to the latest released versions and updating the performance baseline.
Changes:
- Update upgrade testing matrices to replace
7.1-RC2with the final7.1release and drop6.9from the “two most recent releases” set. - Align develop upgrade testing matrices to use
7.0and7.1as upgrade sources (plus5.3where needed). - Update the reusable performance test workflow’s baseline tag default from
7.0.0to7.1.0.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/upgrade-testing.yml | Updates the “recent releases” upgrade matrix to test 7.0 → latest and 7.1 → latest. |
| .github/workflows/upgrade-develop-testing.yml | Updates develop upgrade matrices to use 7.0 and 7.1 (and removes 7.1-RC2/6.9). |
| .github/workflows/reusable-performance-test-v2.yml | Updates the default performance baseline tag to 7.1.0. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This applies the necessary changes to the GitHub Actions workflows for after the 7.1 final release corresponding to steps 3 & 4 of the release checklist.
Trac ticket: Core-65845.
Use of AI Tools
None
This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.