mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-11-26 20:15:03 +01:00
Install latest version of zookeeper on PHP 7.0 too (#718)
This commit is contained in:
parent
754abb72d7
commit
eff33351f6
@ -3646,8 +3646,6 @@ installRemoteModule() {
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -le 506; then
|
||||
installRemoteModule_version=0.5.0
|
||||
elif test $PHP_MAJMIN_VERSION -le 700; then
|
||||
installRemoteModule_version=1.0.0
|
||||
else
|
||||
installRemoteModule_version=alpha
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user