mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 16:42:41 +00:00
Add support for parallel on PHP 8.0, 8.1 and 8.2 (#649)
This commit is contained in:
parent
7643d53742
commit
4e8e8b8cb9
2 changed files with 3 additions and 1 deletions
|
@ -2927,6 +2927,8 @@ installRemoteModule() {
|
|||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -le 701; then
|
||||
installRemoteModule_version=0.8.3
|
||||
elif test $PHP_MAJMIN_VERSION -le 704; then
|
||||
installRemoteModule_version=1.1.4
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue