File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 11# Zone Manager (Zoninator)
22
33Stable 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
66Requires PHP: 7.4
77License: GPLv2 or later
88License URI: https://www.gnu.org/licenses/gpl-2.0.html
Original file line number Diff line number Diff line change 55Author: Mohammad Jangda, Automattic
66Version: 0.10.2
77Author URI: https://wpvip.com
8+ Requires at least: 6.4
9+ Requires PHP: 7.4
810Text Domain: zoninator
911Domain Path: /languages/
1012
You can’t perform that action at this time.
0 commit comments