Fixed WordPress minimum required version number to 6.6.4#3655
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughUpdated WordPress version references in the installation text and Playwright CI matrix, including newer minimum and test matrix versions. No functional code or workflow logic changed. ChangesWordPress version updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
.github/workflows/playwright.yml(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
- GitHub Check: PHP 8.2 and WP 6.6.4
- GitHub Check: PHP 8.2 and WP 6.6.4
- GitHub Check: PHP 7.3 and WP 6.6.4
- GitHub Check: PHP 8.2 and WP 6.7.2
- GitHub Check: PHP 8.2 and WP latest
- GitHub Check: PHP 7.3 and WP latest
🔇 Additional comments (1)
.github/workflows/playwright.yml (1)
15-16: Version standardization looks good.The changes to lines 16 and 22 successfully standardize the test matrix to use WordPress 6.6.4, aligning with the PR objective to raise the minimum required WordPress version. Once the duplicate entry is removed, the test configuration will be clean and efficient.
Also applies to: 21-22
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
.github/workflows/playwright.yml(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
- GitHub Check: PHP 7.3 and WP 6.6.4
- GitHub Check: PHP 8.2 and WP 6.7.4
- GitHub Check: PHP 8.2 and WP 6.8.3
- GitHub Check: PHP 8.2 and WP latest
- GitHub Check: PHP 7.3 and WP latest
- GitHub Check: PHP 8.2 and WP 6.6.4
- GitHub Check: build
🔇 Additional comments (2)
.github/workflows/playwright.yml (2)
15-28: Matrix updates align with the new minimum WordPress version requirement.The test matrix appropriately covers the new minimum version (6.6.4) across PHP 7.3 and 8.2, plus additional recent versions (6.7.4, 6.8.3) to ensure compatibility. The prior duplicate entry has been resolved.
16-16: WordPress versions 6.6.4, 6.7.4, and 6.8.3 are valid, officially released versions.All three versions are confirmed security releases from September 30, 2025. No action needed on version validity. Cross-file consistency check with readme.txt could not be verified due to repository access limitations.
|
Hello @bfintal When you can, could you take a look at this PR of mine? Thanks. |
Hello @bfintal
Fixed WordPress minimum required version number to 6.6.4
Thanks.
Summary by CodeRabbit
Chores
Tests