Skip to content

Commit

Permalink
update minimum versions support
Browse files Browse the repository at this point in the history
  • Loading branch information
remyperona committed Nov 21, 2024
1 parent 48474ef commit 29ad5ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<arg name="parallel" value="50"/><!-- Enables parallel processing when available for faster results. -->
<arg name="extensions" value="php"/><!-- Limit to PHP files -->

<!-- Check for cross-version support for PHP 5.4 and higher + WP 4.0 and higher. -->
<config name="testVersion" value="7.0-"/>
<!-- Check for cross-version support for PHP 7.3 and higher + WP 5.3 and higher. -->
<config name="testVersion" value="7.3-"/>
<config name="minimum_supported_wp_version" value="5.3"/>

<!-- Run against the PHPCompatibility ruleset dedicated to WP. -->
Expand Down

0 comments on commit 29ad5ea

Please sign in to comment.