|
24 | 24 | 'macos-14', |
25 | 25 | // 'macos-13', |
26 | 26 | 'ubuntu-latest', |
| 27 | + 'windows-latest', |
27 | 28 | ]; |
28 | 29 |
|
29 | 30 | // whether enable thread safe |
|
39 | 40 |
|
40 | 41 | // If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`). |
41 | 42 | $extensions = match (PHP_OS_FAMILY) { |
42 | | - 'Linux', 'Darwin' => 'openssl', |
43 | | - 'Windows' => 'openssl', |
| 43 | + 'Linux', 'Darwin' => 'ast', |
| 44 | + 'Windows' => 'ast', |
44 | 45 | }; |
45 | 46 |
|
46 | 47 | // If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`). |
@@ -68,7 +69,7 @@ function _getCombination(string $type = 'common'): string |
68 | 69 | 'common' => 'bcmath,bz2,calendar,ctype,curl,dom,exif,fileinfo,filter,ftp,gd,gmp,iconv,xml,mbstring,mbregex,' . |
69 | 70 | 'mysqlnd,openssl,pcntl,pdo,pdo_mysql,pdo_sqlite,phar,posix,redis,session,simplexml,soap,sockets,' . |
70 | 71 | 'sqlite3,tokenizer,xmlwriter,xmlreader,zlib,zip', |
71 | | - 'bulk' => 'apcu,ast,bcmath,bz2,calendar,ctype,curl,dba,dom,event,exif,fileinfo,filter,ftp,gd,gmp,iconv,imagick,imap,' . |
| 72 | + 'bulk' => 'apcu,bcmath,bz2,calendar,ctype,curl,dba,dom,event,exif,fileinfo,filter,ftp,gd,gmp,iconv,imagick,imap,' . |
72 | 73 | 'intl,mbregex,mbstring,mysqli,mysqlnd,opcache,openssl,pcntl,pdo,pdo_mysql,pdo_pgsql,pdo_sqlite,pgsql,phar,' . |
73 | 74 | 'posix,protobuf,readline,redis,session,shmop,simplexml,soap,sockets,sodium,sqlite3,swoole,sysvmsg,sysvsem,' . |
74 | 75 | 'sysvshm,tokenizer,xml,xmlreader,xmlwriter,xsl,zip,zlib', |
|
0 commit comments