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"] },