mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-11-27 04:24:46 +01:00
Use mongodb 1.9.2 on PHP 7.0
Test: mongodb
This commit is contained in:
parent
7394863d61
commit
805658d9e6
@ -1853,6 +1853,8 @@ installRemoteModule() {
|
||||
installRemoteModule_version=1.5.5
|
||||
elif test $PHP_MAJMIN_VERSION -le 506; then
|
||||
installRemoteModule_version=1.7.5
|
||||
elif test $PHP_MAJMIN_VERSION -le 700; then
|
||||
installRemoteModule_version=1.9.2
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user