Skip to content

Commit d5a9381

Browse files
authored
Merge pull request #132 from Automattic/feat/bump-min-wp-6.4
2 parents b2e3cee + 23a3dcd commit d5a9381

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.github/workflows/integrations.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
matrix:
2020
include:
2121
# Check lowest supported WP version, with the lowest supported PHP.
22-
- wordpress: '5.9'
22+
- wordpress: '6.4'
2323
php: '7.4'
2424
allowed_failure: false
25-
# Check latest WP with the highest supported PHP.
26-
- wordpress: 'latest'
25+
# Check latest WP release with the highest supported PHP.
26+
- wordpress: '6.8'
2727
php: 'latest'
2828
allowed_failure: false
29-
# Check upcoming WP.
30-
- wordpress: 'trunk'
29+
# Check upcoming WP (master is the development branch).
30+
- wordpress: 'master'
3131
php: 'latest'
3232
allowed_failure: true
3333
# Check upcoming PHP - only needed when a new version has been forked (typically Sep-Nov)

.phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<!-- <rule ref="WordPress-Docs"/>-->
5151
<!-- For help in understanding these custom sniff properties:
5252
https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties -->
53-
<config name="minimum_supported_wp_version" value="5.9"/>
53+
<config name="minimum_supported_wp_version" value="6.4"/>
5454

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Zone Manager (Zoninator)
22

33
Stable tag: 0.10.2
4-
Requires at least: 5.9
5-
Tested up to: 6.6
4+
Requires at least: 6.4
5+
Tested up to: 6.8
66
Requires PHP: 7.4
77
License: GPLv2 or later
88
License URI: https://www.gnu.org/licenses/gpl-2.0.html

zoninator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
Author: Mohammad Jangda, Automattic
66
Version: 0.10.2
77
Author URI: https://wpvip.com
8+
Requires at least: 6.4
9+
Requires PHP: 7.4
810
Text Domain: zoninator
911
Domain Path: /languages/
1012

0 commit comments

Comments
 (0)