From b75afeb534e7901dc9cea25158ea7bef7b6bfe69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 4 Jun 2023 11:58:09 +0200 Subject: [PATCH] Update tests.toml --- tests.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests.toml b/tests.toml index e2eee540..4b7382d7 100644 --- a/tests.toml +++ b/tests.toml @@ -15,6 +15,13 @@ test_format = 1.0 args.database="mysql" + # ------------------------------- + # Commits to test upgrade from + # ------------------------------- + + test_upgrade_from.7c4bcff615c9ea9e87b2d5bad110dc10b1921efc.name = "Upgrade from 8.4.1" + + [some_additional_testsuite] only = ["install.subdir"]