Skip to content

Commit b62bf33

Browse files
committed
Update supported PHP versions to match Magento
Version 2.4.7-p2 (which is the latest at time of writing) supports PHP versions 8.1.x and 8.2.x and 8.3.x. This change updates the PHPCompatibility configuration to scan for these versions.
1 parent e0f31fa commit b62bf33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Magento2/ruleset.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@
767767
</rule>
768768

769769
<!-- PHPCompatibility configuration. -->
770-
<config name="testVersion" value="8.1-8.2"/>
770+
<config name="testVersion" value="8.1-8.3"/>
771771
<rule ref="PHPCompatibility">
772772
<exclude name="PHPCompatibility.Miscellaneous.RemovedAlternativePHPTags.MaybeASPOpenTagFound" />
773773
<!-- Following sniffs have an equivalent in PHPCS -->

0 commit comments

Comments
 (0)