From b62bf3362b7bd28a29a2b6cfde5c2a49e455880c Mon Sep 17 00:00:00 2001
From: Dan Wallis <dan@wallis.nz>
Date: Tue, 10 Sep 2024 20:28:08 +0100
Subject: [PATCH] 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.
---
 Magento2/ruleset.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Magento2/ruleset.xml b/Magento2/ruleset.xml
index 4ac058c0..1e384690 100644
--- a/Magento2/ruleset.xml
+++ b/Magento2/ruleset.xml
@@ -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 -->