From 051158eaec8d910367cc4e83a8cb4b77eace574a Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Wed, 9 Aug 2023 08:50:09 +0200 Subject: [PATCH] Use protobuf 3.24.0 by default Test: protobuf --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index 10ebca30..b9ad08f6 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -3163,7 +3163,7 @@ installRemoteModule() { installRemoteModule_version=3.12.4 else # See https://github.com/protocolbuffers/protobuf/issues/10619 - installRemoteModule_version=3.23.4 + installRemoteModule_version=3.24.0 fi fi ;;