Skip to content

Commit

Permalink
Set PHP version we test on to 5.6+ for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Jun 3, 2024
1 parent 5458acb commit b80267d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpcs-compat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
<exclude-pattern>*/po/*</exclude-pattern>

<config name="minimum_supported_wp_version" value="6.0"/>
<config name="testVersion" value="7.4-"/>
<config name="testVersion" value="5.6-"/>
</ruleset>
2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<exclude-pattern>*/tests/*</exclude-pattern>

<config name="minimum_supported_wp_version" value="6.0"/>
<config name="testVersion" value="7.4-"/>
<config name="testVersion" value="5.6-"/>

<!-- Exclude the PHPCompatibilityWP ruleset -->
<rule ref="PHPCompatibilityWP">
Expand Down

0 comments on commit b80267d

Please sign in to comment.