Use latest version of mongodb

Test: mongodb
pull/123/head
Michele Locati 2020-02-25 10:58:17 +01:00
parent d18824e2f2
commit 5a7e9a9fda
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 0 additions and 6 deletions

View File

@ -1111,12 +1111,6 @@ installPECLModule() {
mongodb) mongodb)
if test $1 -le 505; then if test $1 -le 505; then
installPECLModule_actual="$2-1.5.5" installPECLModule_actual="$2-1.5.5"
else
case "$(getDistro)" in
alpine)
installPECLModule_actual="$2-1.6.0"
;;
esac
fi fi
;; ;;
msgpack) msgpack)