ci: re-enable Plugin Check on plugin-check-action v1.1.7#562
Merged
Conversation
The plugin-check job was a green no-op placeholder while upstream issue WordPress/plugin-check-action#579 was open (wp-env silently exited 0, so the check reported "Environment not initialized"). That issue is fixed in v1.1.7 via PR #590, "Avoid wp-env silent startup failures when loading Plugin Check", so restore the real steps and pin the action to v1.1.7. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
✅ WordPress Plugin Check Report
📊 ReportAll checks passed! No errors or warnings found. 🤖 Generated by WordPress Plugin Check Action • Learn more about Plugin Check |
Plugin Check (now running again after the v1.1.7 action update) flags str_starts_with() in src/post/class-sync.php and src/api/class-client.php as requiring WordPress 5.9.0, while the plugin declared "Requires at least: 5.8". Bump the declared minimum to 5.9 in speechkit.php and add the same field to readme.txt (it was missing). The plugin already requires PHP 8.0, where str_starts_with() is native, so this only aligns the declared WordPress minimum with the APIs in use. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
gouravkhunger
approved these changes
Jun 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Re-enables the Plugin Check CI job and updates
wordpress/plugin-check-actionto v1.1.7 (latest).Why
The
plugin-checkjob had been a green no-op placeholder while WordPress/plugin-check-action#579 was open —wp-env startsilently exited 0, so the check reported "Environment not initialized".That issue was fixed and closed on 2026-06-15 in v1.1.7 via PR #590 ("Avoid wp-env silent startup failures when loading Plugin Check") — the only change in that release.
Changes
exit 0notice step and the commented-out placeholder block.v1.1.7instead of the floatingv1.This PR exists to confirm CI's Plugin Check job is green again.
🤖 Generated with Claude Code