check static compilation

This commit is contained in:
DubbleClick 2025-06-05 11:48:28 +07:00
parent 2f25409475
commit 80f63e66c3

View File

@ -51,7 +51,7 @@ $extensions = match (PHP_OS_FAMILY) {
// If you want to test shared extensions, add them below (comma separated, example `bcmath,openssl`).
$shared_extensions = match (PHP_OS_FAMILY) {
'Linux' => 'xdebug,lz4',
'Linux' => 'xdebug',
'Windows', 'Darwin' => '',
};