Skip to content

Commit

Permalink
Use mongodb 1.9.2 on PHP 7.0
Browse files Browse the repository at this point in the history
Test: mongodb
  • Loading branch information
mlocati committed Jul 14, 2021
1 parent 7394863 commit 805658d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -1853,6 +1853,8 @@ 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 700; then
installRemoteModule_version=1.9.2
fi
fi
;;
Expand Down

0 comments on commit 805658d

Please sign in to comment.