From 2b0daeaa66d72445842da9932a4c29759de961d5 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 6 May 2024 16:33:12 +0200 Subject: [PATCH] Tests/PHPCSVersions: update for latest PHPCS releases Update the list of available PHPCS versions to make sure that tests which need to run against high/low PHPCS or retrieve a random PHPCS version to run against, can also be run against the latest PHPCS versions. Refs: * https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/ --- tests/PHPCSVersions.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/PHPCSVersions.php b/tests/PHPCSVersions.php index 62748d01..28438c58 100644 --- a/tests/PHPCSVersions.php +++ b/tests/PHPCSVersions.php @@ -88,6 +88,10 @@ final class PHPCSVersions '3.7.1' => '3.7.1', '3.7.2' => '3.7.2', '3.8.0' => '3.8.0', + '3.8.1' => '3.8.1', + '3.9.0' => '3.9.0', + '3.9.1' => '3.9.1', + '3.9.2' => '3.9.2', ); /**