From f5b3ab78a3013d626edef2f8fb9e1adc44b43fd9 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Fri, 23 Jun 2023 18:02:17 +0200 Subject: [PATCH] Use grpc 1.56.0 by default (#759) --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index 3e9d837..bd25a65 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -2825,7 +2825,7 @@ installRemoteModule() { fi if test -z "$installRemoteModule_version"; then # See https://github.com/protocolbuffers/protobuf/issues/10619 - installRemoteModule_version=1.55.0 + installRemoteModule_version=1.56.0 fi if test -z "$installRemoteModule_version" || test "$installRemoteModule_version" = 1.35.0; then case "$DISTRO_VERSION" in