From 65acba2174b78cf476cc967bb904428dee37ffc1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 15 May 2026 09:46:47 +0200 Subject: [PATCH 1/2] chore(tests): master is now 35 Signed-off-by: Joas Schilling Signed-off-by: Benjamin Gaussorgues --- tests/features/master.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/features/master.feature b/tests/features/master.feature index 72a9eee7..7ea974d0 100644 --- a/tests/features/master.feature +++ b/tests/features/master.feature @@ -9,6 +9,6 @@ Feature: CLI updater - master base And the version number is decreased in the config.php to enforce upgrade When the CLI updater is run successfully And the output should contain "Update successful" - Then the installed version should be 34.0 + Then the installed version should be 35.0 And maintenance mode should be off And upgrade is not required From 39f0f0497c7316d333f4904b81b86be06b495415 Mon Sep 17 00:00:00 2001 From: Benjamin Gaussorgues Date: Fri, 29 May 2026 15:11:07 +0200 Subject: [PATCH 2/2] chore: rebuild updater.phar Signed-off-by: Benjamin Gaussorgues