|
18 | 18 | // '8.3', |
19 | 19 | '8.4', |
20 | 20 | // '8.5', |
21 | | - 'git', |
| 21 | + // 'git', |
22 | 22 | ]; |
23 | 23 |
|
24 | 24 | // test os (macos-13, macos-14, macos-15, ubuntu-latest, windows-latest are available) |
25 | 25 | $test_os = [ |
26 | | - // 'macos-13', // bin/spc for x86_64 |
| 26 | + 'macos-13', // bin/spc for x86_64 |
27 | 27 | // 'macos-14', // bin/spc for arm64 |
28 | | - // 'macos-15', // bin/spc for arm64 |
| 28 | + 'macos-15', // bin/spc for arm64 |
29 | 29 | 'ubuntu-latest', // bin/spc-alpine-docker for x86_64 |
30 | | - // 'ubuntu-22.04', // bin/spc-gnu-docker for x86_64 |
| 30 | + 'ubuntu-22.04', // bin/spc-gnu-docker for x86_64 |
31 | 31 | 'ubuntu-24.04', // bin/spc for x86_64 |
32 | 32 | 'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64 |
33 | 33 | 'ubuntu-24.04-arm', // bin/spc for arm64 |
|
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' => 'bcmath,bz2,calendar,ctype,curl,dom,exif,fileinfo,filter,ftp,iconv,xml,mbstring,mbregex,mysqlnd,openssl,pdo,pdo_mysql,pdo_sqlite,phar,session,simplexml,soap,sockets,sqlite3,tokenizer,xmlwriter,xmlreader,zlib,zip', |
| 53 | + 'Linux', 'Darwin' => 'gd', |
54 | 54 | 'Windows' => 'bcmath,bz2,calendar,ctype,curl,dom,exif,fileinfo,filter,ftp,iconv,xml,mbstring,mbregex,mysqlnd,openssl,pdo,pdo_mysql,pdo_sqlite,phar,session,simplexml,soap,sockets,sqlite3,tokenizer,xmlwriter,xmlreader,zlib,zip', |
55 | 55 | }; |
56 | 56 |
|
|
0 commit comments