|
25 | 25 | $test_os = [ |
26 | 26 | 'macos-15-intel', // bin/spc for x86_64 |
27 | 27 | 'macos-15', // bin/spc for arm64 |
28 | | - // 'ubuntu-latest', // bin/spc-alpine-docker for x86_64 |
| 28 | + 'ubuntu-latest', // bin/spc-alpine-docker for x86_64 |
29 | 29 | 'ubuntu-22.04', // bin/spc-gnu-docker for x86_64 |
30 | | - // 'ubuntu-24.04', // bin/spc for x86_64 |
| 30 | + 'ubuntu-24.04', // bin/spc for x86_64 |
31 | 31 | 'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64 |
32 | | - // 'ubuntu-24.04-arm', // bin/spc for arm64 |
33 | | - // 'windows-2022', // .\bin\spc.ps1 |
34 | | - // 'windows-2025', |
| 32 | + 'ubuntu-24.04-arm', // bin/spc for arm64 |
| 33 | + 'windows-2022', // .\bin\spc.ps1 |
| 34 | + 'windows-2025', |
35 | 35 | ]; |
36 | 36 |
|
37 | 37 | // whether enable thread safe |
|
50 | 50 |
|
51 | 51 | // If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`). |
52 | 52 | $extensions = match (PHP_OS_FAMILY) { |
53 | | - 'Linux', 'Darwin' => 'curl,swoole', |
54 | | - 'Windows' => 'intl', |
| 53 | + 'Linux', 'Darwin' => 'deepclone', |
| 54 | + 'Windows' => 'deepclone', |
55 | 55 | }; |
56 | 56 |
|
57 | 57 | // If you want to test shared extensions, add them below (comma separated, example `bcmath,openssl`). |
|
0 commit comments