mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-11-27 12:34:48 +01: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
1
.github/workflows/test-recent-extensions.yml
vendored
1
.github/workflows/test-recent-extensions.yml
vendored
@ -34,6 +34,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: determine_extension_list
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
distro:
|
||||
- alpine3.7
|
||||
|
@ -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…
Reference in New Issue
Block a user