Add tests

This commit is contained in:
crazywhalecc 2024-08-18 15:29:27 +08:00 committed by Jerry Ma
parent fdb5c6aa1d
commit d231364c1a

View File

@ -19,7 +19,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' => 'iconv',
'Linux', 'Darwin' => 'imap,swoole-hook-sqlite,swoole',
'Windows' => 'igbinary,redis,session',
};