Skip to content

Commit 4de38ca

Browse files
committed
Raise PHP to 7.1.
1 parent 9335fe6 commit 4de38ca

File tree

3 files changed

+131
-96
lines changed

3 files changed

+131
-96
lines changed

WPForms/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<arg name="parallel" value="12"/>
1515
<arg name="extensions" value="php"/>
1616

17-
<config name="testVersion" value="7.0-"/>
17+
<config name="testVersion" value="7.1-"/>
1818

1919
<!-- Rules: Check PHP version compatibility. -->
2020
<rule ref="PHPCompatibility">

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"automattic/vipwpcs": "^3.0.1",
1616
"phpcompatibility/php-compatibility": "^9.3.5",
17-
"squizlabs/php_codesniffer": "^3.10.2",
17+
"squizlabs/php_codesniffer": "^3.11.2",
1818
"wp-coding-standards/wpcs": "^3.1.0"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)