This commit is contained in:
DubbleClick
2025-07-24 16:43:36 +07:00
parent 1d6b2bd002
commit c86360c9c4
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ declare(strict_types=1);
// test php version (8.1 ~ 8.4 available, multiple for matrix)
$test_php_version = [
// '8.1',
'8.2',
// '8.2',
// '8.3',
'8.4',
];