Install the latest zookeeper beta version on PHP 7.3+

Test: zookeeper
pull/321/head
Michele Locati 2021-03-13 19:53:47 +01:00
parent 3322bee5e3
commit 2df1127d4d
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
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
;;