Skip to content

Commit 4d516e5

Browse files
committedJul 21, 2021
feat(php): bump min php to 7.2
1 parent 8f20744 commit 4d516e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎CodeatCodingStandard/ruleset.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
<exclude name="PHPCompatibility.PHP.EmptyNonVariable.Found"/>
8888
<exclude name="PHPCompatibility.PHP.NewClosure.Found"/>
8989
</rule>
90-
<!-- Check for cross-version support for PHP 7.0 and higher. -->
91-
<config name="testVersion" value="7.0"/>
90+
<!-- Check for cross-version support for PHP 7.1 and higher. -->
91+
<config name="testVersion" value="7.2"/>
9292
<rule ref="WordPress">
9393
<exclude name="Generic.Files.LineEndings.InvalidEOLChar"/>
9494
<exclude name="Generic.Commenting.DocComment.MissingShort"/>

0 commit comments

Comments
 (0)