Skip to content

Commit 5ef4623

Browse files
committed
grpc will fail for php 8.5, it's not updated yet
1 parent e952f1c commit 5ef4623

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
@@ -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' => 'mysqlnd_parsec,mysqlnd_ed25519',
59+
'Linux' => 'grpc,mysqlnd_parsec,mysqlnd_ed25519',
6060
'Darwin' => '',
6161
'Windows' => '',
6262
};

0 commit comments

Comments
 (0)