Skip to content

Commit ebee335

Browse files
GaryJonesclaude
andcommitted
ci: update minimum WP version to 6.6 in integration tests
The plugin requires WordPress 6.6 or higher, so the integration tests need to use 6.6 as the minimum test version instead of 6.4. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent fe2978b commit ebee335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
matrix:
3939
include:
4040
# Check lowest supported WP version, with the lowest supported PHP.
41-
- wordpress: '6.4'
41+
- wordpress: '6.6'
4242
php: '8.2'
4343
# Check latest WP with the highest supported PHP.
4444
- wordpress: 'latest'

0 commit comments

Comments
 (0)