Skip to content

Commit fd41813

Browse files
authored
Merge pull request #59 from johnbillion/meta-updates-wp-66
Update the docs to mention WP 6.6.
2 parents 01c1ff2 + b61d3d9 commit fd41813

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PHPCompatibilityWP/ruleset.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
The WordPress minimum PHP requirement was 5.2.4 up to WP 5.1.
77
As of WP 5.2, the new minimum PHP requirement is PHP 5.6.20.
88
As of WP 6.3, the new minimum PHP requirement is PHP 7.0.0.
9+
As of WP 6.6, the new minimum PHP requirement is PHP 7.2.24.
910
Add the following in your project PHP_CodeSniffer ruleset to enforce this:
10-
<config name="testVersion" value="7.0-"/>
11+
<config name="testVersion" value="7.2-"/>
1112
1213
This directive is not included in this ruleset as individual projects may use
1314
a different (higher) minimum PHP version.

0 commit comments

Comments
 (0)