Add 8.1-8.3 test

This commit is contained in:
crazywhalecc 2024-11-03 13:56:48 +08:00 committed by Jerry Ma
parent 756bdbf92f
commit 5f69e957ac

View File

@ -13,6 +13,9 @@ declare(strict_types=1);
// test php version
$test_php_version = [
'8.1',
'8.2',
'8.3',
'8.4',
];