Hardcode last protobuf version (#636)

See https://github.com/protocolbuffers/protobuf/issues/10619
pull/637/head 1.5.40
Michele Locati 2022-09-26 16:19:05 +02:00 committed by GitHub
parent 8a5b7e62e6
commit 7d1ca9fd6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -2957,6 +2957,9 @@ installRemoteModule() {
if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 506; then
installRemoteModule_version=3.12.4
else
# see https://github.com/protocolbuffers/protobuf/issues/10619
installRemoteModule_version=3.21.6
fi
fi
;;