Skip to content

Commit 318e713

Browse files
GaryJonesclaude
andcommitted
Increase minimum supported WordPress version to 6.4
WordPress 6.4 provides a more modern baseline, with 85.1% of WordPress sites running 6.4 or later. WP 6.4 drops support for PHP 5.6. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 69c680a commit 318e713

File tree

4 files changed

+4
-13
lines changed

4 files changed

+4
-13
lines changed

.github/workflows/integrations.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
php: [ '7.4', '8.2' ]
31-
wordpress: [ '5.7', '6.3' ]
31+
wordpress: [ '6.4', 'latest' ]
3232
allowed_failure: [false]
3333
coverage: [false]
3434
include:
@@ -42,15 +42,6 @@ jobs:
4242
wordpress: 'latest'
4343
allowed_failure: true
4444
coverage: false
45-
# Code coverage on latest PHP and WP.
46-
- php: '8.2'
47-
wordpress: 'latest'
48-
allowed_failure: false
49-
coverage: true
50-
exclude:
51-
# WordPress 5.7 doesn't support PHP 8.2.
52-
- php: '8.2'
53-
wordpress: '5.7'
5445
fail-fast: false
5546
continue-on-error: ${{ matrix.allowed_failure }}
5647

.phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<rule ref="WordPress-Docs"/>
4040
<!-- For help in understanding these custom sniff properties:
4141
https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties -->
42-
<config name="minimum_supported_wp_version" value="5.7"/>
42+
<config name="minimum_supported_wp_version" value="6.4"/>
4343

4444
<!-- Rules: WordPress VIP - see
4545
https://github.com/Automattic/VIP-Coding-Standards -->

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Ad Code Manager
22

33
Stable tag: 0.7.1
4-
Requires at least: 5.7
4+
Requires at least: 6.4
55
Tested up to: 5.9
66
Requires PHP: 7.4
77
License: GPLv2 or later

ad-code-manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
2020
* GitHub Plugin URI: https://github.com/Automattic/ad-code-manager/
2121
* Requires PHP: 7.4
22-
* Requires WP: 5.7
22+
* Requires WP: 6.4
2323
*/
2424

2525
declare(strict_types=1);

0 commit comments

Comments
 (0)