Skip to content

Commit f556f37

Browse files
committed
add zlib...
1 parent f21f833 commit f556f37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/globals/test-extensions.php

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

4343
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
4444
$extensions = match (PHP_OS_FAMILY) {
45-
'Linux', 'Darwin' => 'imagick,phar',
45+
'Linux', 'Darwin' => 'imagick,zlib',
4646
'Windows' => 'pgsql,pdo_pgsql',
4747
};
4848

0 commit comments

Comments
 (0)