Use last stable mongodb version on PHP 7.0+

Test: mongodb
pull/380/head
Michele Locati 2021-07-05 14:58:50 +02:00
parent 8889295860
commit 46bffdbd65
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 0 additions and 2 deletions

View File

@ -1838,8 +1838,6 @@ installRemoteModule() {
installRemoteModule_version=1.5.5 installRemoteModule_version=1.5.5
elif test $PHP_MAJMIN_VERSION -le 506; then elif test $PHP_MAJMIN_VERSION -le 506; then
installRemoteModule_version=1.7.5 installRemoteModule_version=1.7.5
elif test $PHP_MAJMIN_VERSION -le 800; then
installRemoteModule_version=1.9.0
fi fi
fi fi
;; ;;