From d571d34c1107e0405e062c058d88e92547a21144 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Wed, 6 Sep 2023 12:26:39 +0200 Subject: [PATCH] Don't force the latest version of grpc and protobuf (#798) --- install-php-extensions | 7 ------- 1 file changed, 7 deletions(-) diff --git a/install-php-extensions b/install-php-extensions index 3939ba1..3c1d979 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -2855,10 +2855,6 @@ installRemoteModule() { esac fi fi - if test -z "$installRemoteModule_version"; then - # See https://github.com/protocolbuffers/protobuf/issues/10619 - installRemoteModule_version=1.57.0 - fi if test -z "$installRemoteModule_version" || test "$installRemoteModule_version" = 1.35.0; then case "$DISTRO_VERSION" in alpine@3.13) @@ -3181,9 +3177,6 @@ installRemoteModule() { if test -z "$installRemoteModule_version"; then if test $PHP_MAJMIN_VERSION -le 506; then installRemoteModule_version=3.12.4 - else - # See https://github.com/protocolbuffers/protobuf/issues/10619 - installRemoteModule_version=3.24.2 fi fi ;;