From 4f2e9226b697ef616bda57a23b0af0bae789f8f7 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Fri, 5 May 2023 11:03:46 +0200 Subject: [PATCH] Use protobuf 3.22.4 by default (#741) --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index 7875814..677cd79 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.3 + installRemoteModule_version=3.22.4 fi fi ;;