Skip to content

Commit

Permalink
[Configuration] Add missing LevelSetList::UP_TO_PHP_84 on PhpLevelSet…
Browse files Browse the repository at this point in the history
…Resolver::resolveFromPhpVersion() (#5890)
  • Loading branch information
samsonasik committed May 18, 2024
1 parent 1986376 commit 4f301f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Configuration/PhpLevelSetResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public static function resolveFromPhpVersion(int $phpVersion): string
PhpVersion::PHP_81 => LevelSetList::UP_TO_PHP_81,
PhpVersion::PHP_82 => LevelSetList::UP_TO_PHP_82,
PhpVersion::PHP_83 => LevelSetList::UP_TO_PHP_83,
PhpVersion::PHP_84 => LevelSetList::UP_TO_PHP_84,
default => throw new InvalidConfigurationException(sprintf(
'Could not resolve PHP level set list for "%s"',
$phpVersion
Expand Down

0 comments on commit 4f301f2

Please sign in to comment.