mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 08:32:42 +00:00
Use last stable mongodb version on PHP 7.0+
Test: mongodb
This commit is contained in:
parent
8889295860
commit
46bffdbd65
1 changed files with 0 additions and 2 deletions
|
@ -1838,8 +1838,6 @@ 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 800; then
|
||||
installRemoteModule_version=1.9.0
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue