Skip to content

Commit 80f63e6

Browse files
committed
check static compilation
1 parent 2f25409 commit 80f63e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/globals/test-extensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

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

0 commit comments

Comments
 (0)