From adb82b9fcb11a206dc826f6a6818406a768800ee Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Tue, 6 Aug 2024 22:19:28 +0200 Subject: [PATCH] Install the latest version of gRPC (#953) --- install-php-extensions | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install-php-extensions b/install-php-extensions index 084d965..d0b97de 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -3080,10 +3080,6 @@ installRemoteModule() { esac fi fi - if test -z "$installRemoteModule_version"; then - # https://github.com/grpc/grpc/issues/37178 - installRemoteModule_version=1.64.1 - fi if test -z "$installRemoteModule_version" || test "$installRemoteModule_version" = 1.35.0; then case "$DISTRO_VERSION" in alpine@3.13)