From 297aec8cc3f68fb792ebb7f02a896436eb8fbd1c Mon Sep 17 00:00:00 2001 From: Florian Levis Date: Fri, 24 Mar 2023 13:32:02 +0100 Subject: [PATCH] grpc/protobuf: manually force the latest version --- install-php-extensions | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index 6819e9e0..01f3a823 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -2742,6 +2742,9 @@ installRemoteModule() { if test -z "$installRemoteModule_version"; then if test $PHP_MAJMIN_VERSION -le 506; then installRemoteModule_version=1.33.1 + else + # same as https://github.com/protocolbuffers/protobuf/issues/10619 + installRemoteModule_version=1.53.0 fi fi if test -z "$installRemoteModule_version" || test "$installRemoteModule_version" = 1.35.0; then @@ -3057,7 +3060,7 @@ installRemoteModule() { installRemoteModule_version=3.12.4 else # see https://github.com/protocolbuffers/protobuf/issues/10619 - installRemoteModule_version=3.21.6 + installRemoteModule_version=3.22.1 fi fi ;;