Skip to content
Snippets Groups Projects

Test PHPCompat for full range

Closed Erick Hitter requested to merge update/phpcs-compat into master
+ 1
1
@@ -18,7 +18,7 @@
<!-- Rules: Check PHP version compatibility -->
<!-- https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
<config name="testVersion" value="5.6-8.0"/>
<config name="testVersion" value="5.6-8.1"/>
<!-- https://github.com/PHPCompatibility/PHPCompatibilityWP -->
<rule ref="PHPCompatibilityWP"/>
Loading