mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 16:42:41 +00:00
Add support for openswoole on PHP 8.4, Fix installing openswoole on PHP 8.1 (#1054)
This commit is contained in:
parent
c663db3cb1
commit
299a565481
2 changed files with 3 additions and 1 deletions
|
@ -3568,6 +3568,8 @@ installRemoteModule() {
|
|||
installRemoteModule_version=4.10.0
|
||||
elif test $PHP_MAJMIN_VERSION -lt 801; then
|
||||
installRemoteModule_version=22.0.0
|
||||
elif test $PHP_MAJMIN_VERSION -lt 802; then
|
||||
installRemoteModule_version=22.1.2
|
||||
fi
|
||||
else
|
||||
installRemoteModule_version="$(resolvePeclStabilityVersion "$installRemoteModule_module" "$installRemoteModule_version")"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue