mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-12-02 17:38:21 +01:00
Merge pull request #321 from mlocati/zookeeper-beta
Install the latest zookeeper beta version on PHP 7.3+
This commit is contained in:
commit
cde8dfab5f
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user