mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 16:42:41 +00:00
redis: add support for PHP 8.4, fix installing on PHP 7.2/7.3 (#989)
This commit is contained in:
parent
cd2b7763ef
commit
7dd489b25c
2 changed files with 3 additions and 1 deletions
|
@ -3729,6 +3729,8 @@ installRemoteModule() {
|
|||
installRemoteModule_version=4.3.0
|
||||
elif test $PHP_MAJMIN_VERSION -le 701; then
|
||||
installRemoteModule_version=5.3.7
|
||||
elif test $PHP_MAJMIN_VERSION -le 703; then
|
||||
installRemoteModule_version=6.0.2
|
||||
fi
|
||||
else
|
||||
installRemoteModule_version="$(resolvePeclStabilityVersion "$installRemoteModule_module" "$installRemoteModule_version")"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue