mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 01:45:36 +08:00
test
This commit is contained in:
@@ -22,13 +22,13 @@ $test_php_version = [
|
|||||||
// test os (macos-13, macos-14, macos-15, ubuntu-latest, windows-latest are available)
|
// test os (macos-13, macos-14, macos-15, ubuntu-latest, windows-latest are available)
|
||||||
$test_os = [
|
$test_os = [
|
||||||
'macos-13',
|
'macos-13',
|
||||||
'macos-14',
|
// 'macos-14',
|
||||||
'macos-15',
|
'macos-15',
|
||||||
'ubuntu-latest',
|
'ubuntu-latest',
|
||||||
'ubuntu-22.04',
|
'ubuntu-22.04',
|
||||||
'ubuntu-24.04',
|
// 'ubuntu-24.04',
|
||||||
'ubuntu-22.04-arm',
|
'ubuntu-22.04-arm',
|
||||||
'ubuntu-24.04-arm',
|
// 'ubuntu-24.04-arm',
|
||||||
// 'windows-latest',
|
// 'windows-latest',
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -57,7 +57,7 @@ $shared_extensions = match (PHP_OS_FAMILY) {
|
|||||||
|
|
||||||
// If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`).
|
// If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`).
|
||||||
$with_libs = match (PHP_OS_FAMILY) {
|
$with_libs = match (PHP_OS_FAMILY) {
|
||||||
'Linux', 'Darwin' => '',
|
'Linux', 'Darwin' => 'nghttp2,nghttp3,ngtcp2',
|
||||||
'Windows' => '',
|
'Windows' => '',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user