Merge pull request #321 from mlocati/zookeeper-beta

Install the latest zookeeper beta version on PHP 7.3+
pull/322/head
Michele Locati 2021-03-13 19:59:13 +01:00 committed by GitHub
commit cde8dfab5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2212,7 +2212,7 @@ installRemoteModule() {
if test $PHP_MAJMIN_VERSION -lt 700; then
installRemoteModule_version=0.5.0
elif test $PHP_MAJMIN_VERSION -gt 702; then
installRemoteModule_version=0.7.2
installRemoteModule_version=beta
fi
fi
;;