Skip to content

Commit a45f314

Browse files
committed
Remove for pure test
1 parent 8c8cb70 commit a45f314

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
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
5252
$extensions = match (PHP_OS_FAMILY) {
5353
'Linux', 'Darwin' => 'rdkafka',
54-
'Windows' => 'bcmath,bz2,calendar,ctype,zlib,zip',
54+
'Windows' => 'bcmath',
5555
};
5656

5757
// If you want to test shared extensions, add them below (comma separated, example `bcmath,openssl`).

0 commit comments

Comments
 (0)