Skip to content

Commit 325158c

Browse files
authored
Merge pull request #232 from PHPCSStandards/feature/tests-update-phpcs-versions
Tests/PHPCSVersions: update for new PHPCS releases
2 parents a97da0e + 60ae5f9 commit 325158c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/PHPCSVersions.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ final class PHPCSVersions
9898
'3.10.3' => '3.10.3',
9999
'3.11.0' => '3.11.0',
100100
'3.11.1' => '3.11.1',
101+
'3.11.2' => '3.11.2',
102+
'3.11.3' => '3.11.3',
103+
'3.12.0' => '3.12.0',
104+
'3.12.1' => '3.12.1',
105+
'3.12.2' => '3.12.2',
101106
);
102107

103108
/**

0 commit comments

Comments
 (0)