Skip to content

Commit de05cbd

Browse files
GaryJonesclaude
andcommitted
Bump minimum WordPress version to 6.4
Update minimum supported WordPress version to 6.4. Changes: - Plugin header: Update/add 'Requires at least: 6.4' - README: Update minimum WP to 6.4, tested up to 6.8 - PHPCS config: Update minimum_supported_wp_version to 6.4 - Workflow: Update test matrix minimum to 6.4 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 231e7ee commit de05cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
include:
2020
# Check lowest supported WP version, with the lowest supported PHP.
2121
- php: '8.0'
22-
wp: '6.0'
22+
wp: '6.4'
2323
allowed_failure: false
2424
# Check latest WP with the highest supported PHP.
2525
- php: 'latest'

0 commit comments

Comments
 (0)