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

Install latest version of zookeeper on PHP 7.0 too (#718)

This commit is contained in:
Michele Locati 2023-03-09 12:05:35 +01:00 committed by GitHub
parent 754abb72d7
commit eff33351f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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