We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f25409 commit 80f63e6Copy full SHA for 80f63e6
src/globals/test-extensions.php
@@ -51,7 +51,7 @@
51
52
// If you want to test shared extensions, add them below (comma separated, example `bcmath,openssl`).
53
$shared_extensions = match (PHP_OS_FAMILY) {
54
- 'Linux' => 'xdebug,lz4',
+ 'Linux' => 'xdebug',
55
'Windows', 'Darwin' => '',
56
};
57
0 commit comments