From e2a5604ad8dfee3b524c0994ffc942dbe394b7b2 Mon Sep 17 00:00:00 2001 From: Yuriy Kohut Date: Tue, 8 Apr 2025 10:13:57 +0300 Subject: [PATCH] Revert "Temporary disable upgrade path from 7 to 8.10" This reverts commit 59dfd3704fc26bec4398abc2bb98e30e258dc429. --- repos/system_upgrade/common/files/upgrade_paths.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repos/system_upgrade/common/files/upgrade_paths.json b/repos/system_upgrade/common/files/upgrade_paths.json index 602d5c9d50..5ce5a6660e 100644 --- a/repos/system_upgrade/common/files/upgrade_paths.json +++ b/repos/system_upgrade/common/files/upgrade_paths.json @@ -1,9 +1,9 @@ { "default": { - "7.9": ["8.7", "8.8", "8.9"], + "7.9": ["8.7", "8.8", "8.9", "8.10"], "8.10": ["9.0", "9.1", "9.2", "9.3", "9.4", "9.5"], "9.6": ["10.0"], - "7": ["8.7", "8.8", "8.9"], + "7": ["8.7", "8.8", "8.9", "8.10"], "8": ["9.0", "9.1", "9.2", "9.3", "9.4", "9.5"], "9": ["10.0"] },