Skip to content

Conversation

@justlevine
Copy link
Contributor

@justlevine justlevine commented Aug 14, 2025

What

This PR

  • Drops the PHPCS/PHPStan min PHPVersion check to 7.2
  • Bumps the min WordPress check to 6.8
  • Removes the use of text-domains
  • Updates the allowed prefixes
  • Aligns the initial version number to 0.1.0

in accordance with a planned WordPress 6.9 merge.

Why

We still benefit from the tooling by leaving the composer requirement at 7.4, but keep the codebase mergeable for 6.9 by linting against PHP 7.2.

Part of #13

@justlevine justlevine changed the title chore: align reqs with WP6.9 chore: align reqs with WP6.9 merge target Aug 14, 2025
@codecov
Copy link

codecov bot commented Aug 14, 2025

Codecov Report

❌ Patch coverage is 81.81818% with 4 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (trunk@9806cae). Learn more about missing BASE report.

Files with missing lines Patch % Lines
...dpoints/class-wp-rest-abilities-run-controller.php 66.66% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             trunk      #18   +/-   ##
========================================
  Coverage         ?   90.64%           
  Complexity       ?      102           
========================================
  Files            ?        7           
  Lines            ?      556           
  Branches         ?        0           
========================================
  Hits             ?      504           
  Misses           ?       52           
  Partials         ?        0           
Flag Coverage Δ
unit 90.64% <81.81%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@justlevine
Copy link
Contributor Author

Since this hasn't been reviewed yet, I bumped the version numbers to 0.1.0 to align with what's used elsewhere in c92e1cb

Copy link
Member

@gziolo gziolo left a comment

Choose a reason for hiding this comment

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

Thank you for all these improvements 👍🏻

@gziolo gziolo merged commit 7736905 into WordPress:trunk Aug 18, 2025
15 checks passed
@gziolo gziolo added the [Tool] Issues related to development tooling, such as linting, testing, or CI label Aug 18, 2025
@justlevine justlevine deleted the chore/wp-69-alignment branch August 18, 2025 08:34
@gziolo gziolo mentioned this pull request Aug 18, 2025
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Tool] Issues related to development tooling, such as linting, testing, or CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants