Merge pull request #123 from mlocati/use-latest-mongodb

Use latest version of mongodb
pull/126/head
Michele Locati 2020-02-25 11:09:33 +01:00 committed by GitHub
commit 419d019232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)