Skip to content

Commit 74686dc

Browse files
committed
Tests/PHPCSVersions: update for new PHPCS releases
Refs: * https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/
1 parent 4017a72 commit 74686dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/PHPCSVersions.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ final class PHPCSVersions
8989
'3.13.2' => '3.13.2',
9090
'3.13.3' => '3.13.3',
9191
'3.13.4' => '3.13.4',
92+
'3.13.5' => '3.13.5',
9293
'4.0.0' => '4.0.0',
94+
'4.0.1' => '4.0.1',
9395
);
9496

9597
/**

0 commit comments

Comments
 (0)