Merge pull request #320 from mlocati/protobuf-latest

Install the latest protobuf version on PHP 7.0+
This commit is contained in:
Michele Locati 2021-03-13 19:43:59 +01:00 committed by GitHub
commit 3322bee5e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1845,8 +1845,6 @@ installRemoteModule() {
if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -lt 700; then
installRemoteModule_version=3.12.4
else
installRemoteModule_version=3.13.0
fi
fi
;;