From 9a9716bb6a62b2c93313104fce543cccd3d71882 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Tue, 18 Apr 2023 11:15:37 +0200 Subject: [PATCH] Install gRPC 1.54.0 (#728) --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index 435ac87..0713b5b 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -2755,7 +2755,7 @@ installRemoteModule() { fi if test -z "$installRemoteModule_version"; then # See https://github.com/protocolbuffers/protobuf/issues/10619 - installRemoteModule_version=1.53.0 + installRemoteModule_version=1.54.0 fi if test -z "$installRemoteModule_version" || test "$installRemoteModule_version" = 1.35.0; then case "$DISTRO_VERSION" in