From 56fc59459ded088249b49da74c09489d63d12141 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 22 Nov 2024 00:05:14 +0100 Subject: [PATCH] Tests/PHPCSVersions: update for new PHPCS releases Refs: * https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/ --- tests/PHPCSVersions.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/PHPCSVersions.php b/tests/PHPCSVersions.php index 8b5833d..b0b0d6d 100644 --- a/tests/PHPCSVersions.php +++ b/tests/PHPCSVersions.php @@ -95,6 +95,9 @@ final class PHPCSVersions '3.10.0' => '3.10.0', '3.10.1' => '3.10.1', '3.10.2' => '3.10.2', + '3.10.3' => '3.10.3', + '3.11.0' => '3.11.0', + '3.11.1' => '3.11.1', ); /**