Add 8.1-8.3 test

This commit is contained in:
crazywhalecc
2024-11-03 13:56:48 +08:00
parent 13523bcdbc
commit 664a8122ad

View File

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