Install latest version of protobuf (#563)

pull/568/head 1.5.11
Michele Locati 2022-04-22 16:36:33 +02:00 committed by GitHub
parent 5a8f37f434
commit 4baf5b3ce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -2814,9 +2814,6 @@ 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/9724
installRemoteModule_version=3.19.4
fi
fi
;;