Add apcu test

This commit is contained in:
crazywhalecc 2024-06-30 00:24:05 +08:00 committed by Jerry Ma
parent 3445a2cd58
commit a1f632e8c9

View File

@ -20,7 +20,7 @@ $upx = true;
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
$extensions = match (PHP_OS_FAMILY) {
'Linux', 'Darwin' => 'sockets',
'Windows' => 'mbstring,pdo_sqlite,mbregex,bz2,sqlsrv,pdo_sqlsrv,yaml,zip,rar',
'Windows' => 'mbstring,pdo_sqlite,mbregex,bz2,sqlsrv,pdo_sqlsrv,yaml,zip,rar,apcu',
};
// If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`).