mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
Add full tests
This commit is contained in:
parent
5349ebe73f
commit
67a31ef4fa
@ -11,15 +11,15 @@ declare(strict_types=1);
|
||||
|
||||
// --------------------------------- edit area ---------------------------------
|
||||
|
||||
$test_php_version = ['8.3'];
|
||||
$test_php_version = ['8.0', '8.1', '8.2', '8.3'];
|
||||
|
||||
$test_os = ['macos-14', 'ubuntu-latest'];
|
||||
$test_os = ['macos-14', 'ubuntu-latest', 'macos-13', 'windows-latest'];
|
||||
|
||||
$zts = false;
|
||||
$zts = true;
|
||||
|
||||
$no_strip = false;
|
||||
|
||||
$upx = true;
|
||||
$upx = false;
|
||||
|
||||
$prefer_pre_built = true;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user