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:
parent
3322bee5e3
commit
2df1127d4d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue