Skip to content

Commit 168882e

Browse files
committed
AC-1059: Added minimal supported PHP version to PHPCompatibility
1 parent 7059a4b commit 168882e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Magento2/ruleset.xml

+2
Original file line numberDiff line numberDiff line change
@@ -739,5 +739,7 @@
739739
</rule>
740740
<rule ref="PHPCompatibility">
741741
<exclude name="PHPCompatibility.Miscellaneous.RemovedAlternativePHPTags.MaybeASPOpenTagFound" />
742+
<!-- Check for cross-version support for stated PHP version and higher. -->
743+
<config name="testVersion" value="7.4-"/>
742744
</rule>
743745
</ruleset>

0 commit comments

Comments
 (0)