From d41a7614ea47c0ae65270047d141c073df65f0af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Tue, 23 Jan 2024 10:49:50 +0100 Subject: [PATCH] chore(tests): Bump master version to 29 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- 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 0bc2bea1..4028dc9d 100644 --- a/tests/features/master.feature +++ b/tests/features/master.feature @@ -7,6 +7,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 28.0 + Then the installed version should be 29.0 And maintenance mode should be off And upgrade is not required