Bump WordPress tested up to 6.9 and minimum to 6.8#1024
Merged
Conversation
jeffpaul
reviewed
Jan 6, 2026
|
|
||
| * PHP 7.4+ | ||
| * [WordPress](http://wordpress.org) 6.7+ | ||
| * [WordPress](http://wordpress.org) 6.8+ |
Member
There was a problem hiding this comment.
@peterwilsoncc an example of an odd place for a WP version to consider when approaching scripted handling of these automated updates
jeffpaul
reviewed
Jan 6, 2026
| }, | ||
| "audit": { | ||
| "ignore": { | ||
| "PKSA-dxyf-6n16-t87m": "Latest version of aws/aws-sdk-php that we can use as newer versions drop support for PHP 7.4" |
Member
There was a problem hiding this comment.
@dkotter could be worth considering bumping the PHP min this year
Collaborator
Author
There was a problem hiding this comment.
I agree. Probably fairly easy case to make on bumping that to something like 8.3 or 8.2
jeffpaul
reviewed
Jan 6, 2026
| <exclude-pattern>*/node_modules/*</exclude-pattern> | ||
| <exclude-pattern>*/vendor/*</exclude-pattern> | ||
|
|
||
| <config name="minimum_supported_wp_version" value="6.1"/> |
Member
There was a problem hiding this comment.
🤦🏼 @peterwilsoncc another example of an odd place for a WP min bump to automate
jeffpaul
previously approved these changes
Jan 6, 2026
peterwilsoncc
approved these changes
Jan 7, 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.
Description of the Change
Note
The Plugin Check workflow is failing but that's not due to changes here. I've opened #1023 to fix those.
How to test the Change
Verify all checks pass on this PR
Changelog Entry
Credits
Props @dkotter
Checklist: