Skip to content

Commit fa2e041

Browse files
committed
test shared grpc, imagick
1 parent 3c61466 commit fa2e041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/globals/test-extensions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'macos-13', // bin/spc for x86_64
2727
// 'macos-14', // bin/spc for arm64
2828
'macos-15', // bin/spc for arm64
29-
'ubuntu-latest', // bin/spc-alpine-docker for x86_64
29+
// 'ubuntu-latest', // bin/spc-alpine-docker for x86_64
3030
'ubuntu-22.04', // bin/spc-gnu-docker for x86_64
3131
// 'ubuntu-24.04', // bin/spc for x86_64
3232
'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64
@@ -56,7 +56,7 @@
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' => 'zip',
59+
'Linux' => 'grpc,imagick',
6060
'Darwin' => '',
6161
'Windows' => '',
6262
};

0 commit comments

Comments
 (0)