Skip to content

Commit d625504

Browse files
authored
Update minimum version to follow our L-4 standard
1 parent c9a8c94 commit d625504

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
matrix:
2828
core:
2929
- {name: 'WP latest', version: 'latest'}
30-
- {name: 'WP minimum', version: 'WordPress/WordPress#6.6'}
30+
- {name: 'WP minimum', version: 'WordPress/WordPress#6.4'}
3131
- {name: 'WP trunk', version: 'WordPress/WordPress#master'}
3232

3333
steps:

mailchimp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Add a Mailchimp signup form block, widget or shortcode to your WordPress site.
66
* Text Domain: mailchimp
77
* Version: 1.7.0
8-
* Requires at least: 6.6
8+
* Requires at least: 6.4
99
* Requires PHP: 7.0
1010
* PHP tested up to: 8.3
1111
* Author: Mailchimp

phpcs-compat.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<exclude-pattern>*/node_modules/*</exclude-pattern>
1313
<exclude-pattern>*/vendor/*</exclude-pattern>
1414

15-
<config name="minimum_supported_wp_version" value="6.6"/>
15+
<config name="minimum_supported_wp_version" value="6.4"/>
1616
<config name="testVersion" value="7.0-"/>
1717
</ruleset>

phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<exclude-pattern>*/tests/*</exclude-pattern>
88

9-
<config name="minimum_supported_wp_version" value="6.6"/>
9+
<config name="minimum_supported_wp_version" value="6.4"/>
1010
<config name="testVersion" value="7.0-"/>
1111

1212
<!-- Exclude the PHPCompatibilityWP ruleset -->

0 commit comments

Comments
 (0)