mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 08:32:42 +00:00
Fix installing mongodb on PHP 7.1 (#483)
* Fix installing mongodb on PHP 7.1 Test: mongodb * Run all docker images even if any of them fails
This commit is contained in:
parent
1acba8984b
commit
a0d2bd42a8
2 changed files with 3 additions and 0 deletions
|
@ -2322,6 +2322,8 @@ installRemoteModule() {
|
|||
installRemoteModule_version=1.7.5
|
||||
elif test $PHP_MAJMIN_VERSION -le 700; then
|
||||
installRemoteModule_version=1.9.2
|
||||
elif test $PHP_MAJMIN_VERSION -le 701; then
|
||||
installRemoteModule_version=1.11.1
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue