|
23 | 23 |
|
24 | 24 | // test os (macos-15-intel, macos-15, ubuntu-latest, windows-latest are available) |
25 | 25 | $test_os = [ |
26 | | - // 'macos-15-intel', // bin/spc for x86_64 |
27 | | - // 'macos-15', // bin/spc for arm64 |
| 26 | + 'macos-15-intel', // bin/spc for x86_64 |
| 27 | + 'macos-15', // bin/spc for arm64 |
28 | 28 | // 'ubuntu-latest', // bin/spc-alpine-docker for x86_64 |
29 | 29 | // 'ubuntu-22.04', // bin/spc-gnu-docker for x86_64 |
30 | 30 | // 'ubuntu-24.04', // bin/spc for x86_64 |
|
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' => 'sqlsrv,pdo_sqlsrv', |
| 53 | + 'Linux', 'Darwin' => 'curl', |
54 | 54 | 'Windows' => 'intl', |
55 | 55 | }; |
56 | 56 |
|
|
66 | 66 |
|
67 | 67 | // If you want to test extra libs for extensions, add them below (comma separated, example `libwebp,libavif`). Unnecessary, when $with_suggested_libs is true. |
68 | 68 | $with_libs = match (PHP_OS_FAMILY) { |
69 | | - 'Linux', 'Darwin' => '', |
| 69 | + 'Linux', 'Darwin' => 'krb5', |
70 | 70 | 'Windows' => '', |
71 | 71 | }; |
72 | 72 |
|
|
0 commit comments