Skip to content

Commit

Permalink
Update supported PHP versions to match Magento
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fredden committed Sep 10, 2024
1 parent e0f31fa commit b62bf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Magento2/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@
</rule>

<!-- PHPCompatibility configuration. -->
<config name="testVersion" value="8.1-8.2"/>
<config name="testVersion" value="8.1-8.3"/>
<rule ref="PHPCompatibility">
<exclude name="PHPCompatibility.Miscellaneous.RemovedAlternativePHPTags.MaybeASPOpenTagFound" />
<!-- Following sniffs have an equivalent in PHPCS -->
Expand Down

0 comments on commit b62bf33

Please sign in to comment.