From 3b15696439aea7c551c7055e844b7e89d579658f Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Wed, 16 Aug 2023 00:38:34 +0200 Subject: [PATCH] Install grpc 1.57.0 by default (#785) --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index 3be7385..76ead51 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -2837,7 +2837,7 @@ installRemoteModule() { fi if test -z "$installRemoteModule_version"; then # See https://github.com/protocolbuffers/protobuf/issues/10619 - installRemoteModule_version=1.56.0 + installRemoteModule_version=1.57.0 fi if test -z "$installRemoteModule_version" || test "$installRemoteModule_version" = 1.35.0; then case "$DISTRO_VERSION" in