From 5a7e9a9fda51f04e569ae0aae48c2a420e25ca32 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Tue, 25 Feb 2020 10:58:17 +0100 Subject: [PATCH] Use latest version of mongodb Test: mongodb --- install-php-extensions | 6 ------ 1 file changed, 6 deletions(-) diff --git a/install-php-extensions b/install-php-extensions index 3b2f45e..df0f156 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -1111,12 +1111,6 @@ installPECLModule() { mongodb) if test $1 -le 505; then installPECLModule_actual="$2-1.5.5" - else - case "$(getDistro)" in - alpine) - installPECLModule_actual="$2-1.6.0" - ;; - esac fi ;; msgpack)