From 5ef46230513bf6b44634c01752bad1412dfd1238 Mon Sep 17 00:00:00 2001 From: henderkes Date: Sat, 27 Dec 2025 23:05:35 +0100 Subject: [PATCH] grpc will fail for php 8.5, it's not updated yet --- src/globals/test-extensions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index d76153e4..d9202e08 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -56,7 +56,7 @@ $extensions = match (PHP_OS_FAMILY) { // If you want to test shared extensions, add them below (comma separated, example `bcmath,openssl`). $shared_extensions = match (PHP_OS_FAMILY) { - 'Linux' => 'mysqlnd_parsec,mysqlnd_ed25519', + 'Linux' => 'grpc,mysqlnd_parsec,mysqlnd_ed25519', 'Darwin' => '', 'Windows' => '', };