From c4573cf2f1c7194ce005fef9abdec46874893023 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Fri, 7 Jul 2023 10:01:01 +0200 Subject: [PATCH] Use protobuf 3.23.4 by default (#773) --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index d9840201..ffd400e6 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -3157,7 +3157,7 @@ installRemoteModule() { installRemoteModule_version=3.12.4 else # See https://github.com/protocolbuffers/protobuf/issues/10619 - installRemoteModule_version=3.23.3 + installRemoteModule_version=3.23.4 fi fi ;;