From 5dbe302aed06080582cc89054bb0298b71f6f176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 6 Jun 2023 23:48:26 +0200 Subject: [PATCH] cleaning --- manifest.toml | 2 +- scripts/upgrade | 5 ----- tests.toml | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index b163b8b..585e5f4 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://wiki.webtrees.net" code = "https://github.com/fisharebest/webtrees" [integration] -yunohost = ">= 11.1.18" +yunohost = ">= 11.1.19" architectures = "all" multi_instance = true ldap = false diff --git a/scripts/upgrade b/scripts/upgrade index 560584d..b367a49 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -50,11 +50,6 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..." # Create a dedicated NGINX config ynh_add_nginx_config -#================================================= -# PHP-FPM CONFIGURATION -#================================================= -ynh_script_progression --message="Upgrading PHP-FPM configuration..." - # Create a dedicated PHP-FPM config ynh_add_fpm_config --usage=low --footprint=low diff --git a/tests.toml b/tests.toml index df110c5..a5a5e3e 100644 --- a/tests.toml +++ b/tests.toml @@ -14,4 +14,4 @@ test_format = 1.0 # Commits to test upgrade from # ------------------------------- - test_upgrade_from.7931d052.name = "Upgrade from 2.0.23" + test_upgrade_from.dfcde24cce4db0527465acbc16dcecf9a3082858.name = "Upgrade from 2.1.16"