spx: upgrade to 0.4.15 (support for PHP 5.5 and PHP 8.3) (#867)

pull/871/head
Michele Locati 2024-01-18 23:33:34 +01:00 committed by GitHub
parent 576497a702
commit a430b7ea02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ sockets 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3
sodium 5.6 7.0 7.1 sodium 5.6 7.0 7.1
solr 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 solr 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3
sourceguardian 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 sourceguardian 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
spx 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 spx 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3
sqlsrv 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 sqlsrv 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3
ssh2 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 ssh2 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3
stomp 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.2 8.3 stomp 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.2 8.3

View File

@ -3586,7 +3586,7 @@ installRemoteModule() {
spx) spx)
if test -z "$installRemoteModule_path"; then if test -z "$installRemoteModule_path"; then
if test -z "$installRemoteModule_version"; then if test -z "$installRemoteModule_version"; then
installRemoteModule_version=v0.4.14 installRemoteModule_version=v0.4.15
fi fi
if test "${installRemoteModule_version%.*}" = "$installRemoteModule_version"; then if test "${installRemoteModule_version%.*}" = "$installRemoteModule_version"; then
installRemoteModule_displayVersion="$installRemoteModule_version" installRemoteModule_displayVersion="$installRemoteModule_version"