Merge remote-tracking branch 'origin/main' into zig

This commit is contained in:
DubbleClick
2025-07-22 12:49:42 +07:00
19 changed files with 309 additions and 52 deletions

View File

@@ -29,7 +29,7 @@ $test_os = [
'ubuntu-24.04', // bin/spc for x86_64
'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64
'ubuntu-24.04-arm', // bin/spc for arm64
'windows-latest', // .\bin\spc.ps1
// 'windows-latest', // .\bin\spc.ps1
];
// whether enable thread safe
@@ -60,7 +60,7 @@ $shared_extensions = match (PHP_OS_FAMILY) {
};
// If you want to test lib-suggests for all extensions and libraries, set it to true.
$with_suggested_libs = false;
$with_suggested_libs = true;
// If you want to test extra libs for extensions, add them below (comma separated, example `libwebp,libavif`). Unnecessary, when $with_suggested_libs is true.
$with_libs = match (PHP_OS_FAMILY) {