1
0
Fork 0
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:
Michele Locati 2022-10-24 15:01:09 +02:00 committed by GitHub
parent 7643d53742
commit 4e8e8b8cb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

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