diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index f36eef0e..a2db95ca 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -14,9 +14,9 @@ declare(strict_types=1); // test php version (8.1 ~ 8.4 available, multiple for matrix) $test_php_version = [ '8.1', - // '8.2', - // '8.3', - // '8.4', + '8.2', + '8.3', + '8.4', '8.5', // 'git', ];