Skip to content

Commit

Permalink
Tests/PHPCSVersions: update for latest PHPCS releases
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
jrfnl committed May 6, 2024
1 parent 91777a9 commit 2b0daea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/PHPCSVersions.php
Expand Up @@ -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',
);

/**
Expand Down

0 comments on commit 2b0daea

Please sign in to comment.