Merge pull request #380 from mlocati/mongodb-stable

Use last stable mongodb version on PHP 7.0+
pull/382/head 1.2.40
Michele Locati 2021-07-05 15:09:56 +02:00 committed by GitHub
commit 5119f540c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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
;;