We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951a879 commit 0bd94e2Copy full SHA for 0bd94e2
1 file changed
phpcs.xml
@@ -24,9 +24,9 @@
24
<arg name="parallel" value="50"/><!-- Enables parallel processing when available for faster results. -->
25
<arg name="extensions" value="php"/><!-- Limit to PHP files -->
26
27
- <!-- Check for cross-version support for PHP 7.3 and higher + WP 5.3 and higher. -->
+ <!-- Check for cross-version support for PHP 7.3 and higher + WP 5.9 and higher. -->
28
<config name="testVersion" value="7.3-"/>
29
- <config name="minimum_supported_wp_version" value="5.3"/>
+ <config name="minimum_supported_wp_version" value="5.9"/>
30
31
<!-- Run against the PHPCompatibility ruleset dedicated to WP. -->
32
<rule ref="PHPCompatibilityWP">
0 commit comments