1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Increment PHP_MINOR_VERSION (to load delta for PHP 8.2)

This commit is contained in:
Alies Lapatsin 2022-10-31 12:44:08 +03:00
parent ceb50e5cd5
commit 855eef9205

View File

@ -37,7 +37,7 @@ use function version_compare;
class InternalCallMapHandler
{
private const PHP_MAJOR_VERSION = 8;
private const PHP_MINOR_VERSION = 1;
private const PHP_MINOR_VERSION = 2;
private const LOWEST_AVAILABLE_DELTA = 71;
/**