grpc will fail for php 8.5, it's not updated yet

This commit is contained in:
henderkes 2025-12-27 23:05:35 +01:00
parent e952f1c76a
commit 5ef4623051

View File

@ -56,7 +56,7 @@ $extensions = match (PHP_OS_FAMILY) {
// If you want to test shared extensions, add them below (comma separated, example `bcmath,openssl`). // If you want to test shared extensions, add them below (comma separated, example `bcmath,openssl`).
$shared_extensions = match (PHP_OS_FAMILY) { $shared_extensions = match (PHP_OS_FAMILY) {
'Linux' => 'mysqlnd_parsec,mysqlnd_ed25519', 'Linux' => 'grpc,mysqlnd_parsec,mysqlnd_ed25519',
'Darwin' => '', 'Darwin' => '',
'Windows' => '', 'Windows' => '',
}; };