Add ext yac (#407)

* add ext yac

* enable yac for windows

* enable yac test for windows

* correct
This commit is contained in:
Jerry Ma
2024-04-12 01:43:27 +08:00
committed by GitHub
parent 99aadd3e73
commit b4ed4ea956
4 changed files with 46 additions and 2 deletions

View File

@@ -13,8 +13,8 @@ declare(strict_types=1);
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
$extensions = match (PHP_OS_FAMILY) {
'Linux', 'Darwin' => 'pgsql,intl,xml,openssl',
'Windows' => 'mbstring,pdo_sqlite,mbregex,ffi,ds,simdjson',
'Linux', 'Darwin' => 'yac',
'Windows' => 'mbstring,pdo_sqlite,mbregex,yac',
};
// If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`).