Skip to content

Commit 7204d27

Browse files
authored
Update PHP extensions for Linux and Darwin
1 parent 5a0fd40 commit 7204d27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/globals/test-extensions.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050

5151
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
5252
$extensions = match (PHP_OS_FAMILY) {
53-
'Linux', 'Darwin' => 'bcmath',
53+
'Linux', 'Darwin' => 'bcmath,xsl,xml',
5454
'Windows' => 'bcmath',
5555
};
5656

5757
// If you want to test shared extensions, add them below (comma separated, example `bcmath,openssl`).
5858
$shared_extensions = match (PHP_OS_FAMILY) {
59-
'Linux' => 'pcov',
60-
'Darwin' => 'pcov',
59+
'Linux' => '',
60+
'Darwin' => '',
6161
'Windows' => '',
6262
};
6363

0 commit comments

Comments
 (0)