diff --git a/manifest.toml b/manifest.toml index c7150752..850ed7bd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Hubzilla" description.en = "Decentralized publication platform and social network" description.fr = "Plateforme de publication décentralisée et un réseau social" -version = "8.8.6~ynh1" +version = "8.8.6~ynh2" maintainers = [""] diff --git a/scripts/_common.sh b/scripts/_common.sh index 1e47ce72..4b31ae9a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # PHP APP SPECIFIC #================================================= - +YNH_PHP_VERSION="8.2" #================================================= # PERSONAL HELPERS #================================================= diff --git a/scripts/config b/scripts/config index 91c2de75..18863dae 100644 --- a/scripts/config +++ b/scripts/config @@ -15,7 +15,7 @@ ynh_abort_if_errors # RETRIEVE ARGUMENTS #================================================= -phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) +phpversion="$YNH_PHP_VERSION" current_fpm_footprint=$(ynh_app_setting_get --app=$app --key=fpm_footprint) #================================================= diff --git a/tests.toml b/tests.toml index e6b5a760..81f890d0 100644 --- a/tests.toml +++ b/tests.toml @@ -19,7 +19,7 @@ test_format = 1.0 # Commits to test upgrade from # ------------------------------- - test_upgrade_from.3e89436957f5a6f9b426836d671ffbb133d7db62.name = "Upgrade from 8.6.3~ynh1" + test_upgrade_from.702a58b0a02bd1aba620222eb2c111067506e3fa.name = "Upgrade from 8.6.6~ynh1" [with_postgresql]