From 6416c9eb68dcf804a96fe8c79e9c4e41f19a0d27 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 26 Oct 2025 10:28:30 +0800 Subject: [PATCH] Add full version test --- src/globals/test-extensions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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', ];