mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Add support for spx on PHP 8.2 (#637)
This commit is contained in:
parent
7d1ca9fd6b
commit
77c631fbeb
2 changed files with 2 additions and 2 deletions
|
@ -3103,7 +3103,7 @@ installRemoteModule() {
|
|||
spx)
|
||||
if test -z "$installRemoteModule_path"; then
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
installRemoteModule_version=v0.4.12
|
||||
installRemoteModule_version=v0.4.13
|
||||
fi
|
||||
if test "${installRemoteModule_version%.*}" = "$installRemoteModule_version"; then
|
||||
installRemoteModule_displayVersion="$installRemoteModule_version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue