Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…ing Debian Buster/Bullseye apt-source fix.
…ing push branch-filter widening.
|
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 If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Part of #82784.
What?
Updates
unit-test.yml'stest-phpjob PHP version matrix from7.2, 7.3, 7.4, 8.0, 8.1, 8.2to7.2, 7.4, 8.0, 8.3.Why?
Per WordPress core's PHP compatibility policy, WordPress 6.6 supports PHP 7.2 through 8.3 (7.0/7.1 dropped at this release). This project's convention is to test only the lowest and highest minor version within each supported PHP major version (7.x, 8.x), not every minor in between. The previous matrix was stale: it never picked up 8.3 support and tested several minors (7.3, 8.1, 8.2) this project doesn't individually cover under that convention.
Use of AI Tools
This PR was authored with the help of Claude Code.