1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 00:22:40 +00:00

Install the latest zookeeper beta version on PHP 7.3+

Test: zookeeper
This commit is contained in:
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

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
;;