Skip to content

Commit 0bd94e2

Browse files
committed
update WP version
1 parent 951a879 commit 0bd94e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

phpcs.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
<arg name="parallel" value="50"/><!-- Enables parallel processing when available for faster results. -->
2525
<arg name="extensions" value="php"/><!-- Limit to PHP files -->
2626

27-
<!-- Check for cross-version support for PHP 7.3 and higher + WP 5.3 and higher. -->
27+
<!-- Check for cross-version support for PHP 7.3 and higher + WP 5.9 and higher. -->
2828
<config name="testVersion" value="7.3-"/>
29-
<config name="minimum_supported_wp_version" value="5.3"/>
29+
<config name="minimum_supported_wp_version" value="5.9"/>
3030

3131
<!-- Run against the PHPCompatibility ruleset dedicated to WP. -->
3232
<rule ref="PHPCompatibilityWP">

0 commit comments

Comments
 (0)