Skip to content

Fixed WordPress minimum required version number to 6.6.4#3655

Open
DAnn2012 wants to merge 6 commits into
gambitph:developfrom
DAnn2012:patch-23
Open

Fixed WordPress minimum required version number to 6.6.4#3655
DAnn2012 wants to merge 6 commits into
gambitph:developfrom
DAnn2012:patch-23

Conversation

@DAnn2012

@DAnn2012 DAnn2012 commented Dec 3, 2025

Copy link
Copy Markdown
Contributor

Hello @bfintal

Fixed WordPress minimum required version number to 6.6.4

Thanks.

Summary by CodeRabbit

  • Chores

    • Updated the minimum WordPress requirement from 6.5.5 to 6.6.4.
  • Tests

    • Updated the CI WordPress test matrix to match the new minimum version and refreshed additional supported version coverage (added 6.7.4 and 6.8.3, removed older entries).

@coderabbitai

coderabbitai Bot commented Dec 3, 2025

Copy link
Copy Markdown

Review Change Stack

Note

Reviews paused

It 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 reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 52818eb5-c972-4dca-954a-6f7be19f5d0c

📥 Commits

Reviewing files that changed from the base of the PR and between 14b83c3 and 7465973.

📒 Files selected for processing (2)
  • .github/workflows/playwright.yml
  • readme.txt
🚧 Files skipped from review as they are similar to previous changes (1)
  • .github/workflows/playwright.yml

📝 Walkthrough

Walkthrough

Updated 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.

Changes

WordPress version updates

Layer / File(s) Summary
Installation requirement
readme.txt
The Installation section now lists WordPress 6.6.4 as the minimum requirement instead of 6.5.5.
Playwright matrix entries
.github/workflows/playwright.yml
The Playwright job matrix updates WordPress version values for PHP 7.3 and PHP 8.2 entries, removes 6.6.2, adds 6.7.4, and changes 6.7.2 to 6.8.3.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐇 I nibbled on versions, fresh and new,
6.6.4 now shines right through.
My workflow hops from old to bright,
With 6.7.4 and 6.8.3 in sight.
A carrot-crisp tune, all tidy and light. 🥕

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: raising the minimum WordPress version to 6.6.4.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between acd9864 and dad030d.

📒 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

Comment thread .github/workflows/playwright.yml Outdated

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a47a9f9 and 9605b25.

📒 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.

Comment thread .github/workflows/playwright.yml Outdated
@DAnn2012

Copy link
Copy Markdown
Contributor Author

Hello @bfintal

When you can, could you take a look at this PR of mine?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant