From 5ce76a5613e4148075f7c6092a6d75667dc13804 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Tue, 9 May 2023 10:26:17 +0200 Subject: [PATCH] Use protobuf 3.23.0 by default (#744) --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index 677cd79..9c08daf 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -3068,7 +3068,7 @@ installRemoteModule() { installRemoteModule_version=3.12.4 else # See https://github.com/protocolbuffers/protobuf/issues/10619 - installRemoteModule_version=3.22.4 + installRemoteModule_version=3.23.0 fi fi ;;