Add tests

This commit is contained in:
crazywhalecc 2024-08-11 21:23:05 +08:00 committed by Jerry Ma
parent 3e013cd642
commit c53f1d947c

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' => 'curl',
'Linux', 'Darwin' => 'iconv',
'Windows' => 'amqp,apcu',
};