diff --git a/ci/generate_combinations.py b/ci/generate_combinations.py index 8c95d856..a4b0e682 100644 --- a/ci/generate_combinations.py +++ b/ci/generate_combinations.py @@ -42,7 +42,7 @@ def iter_arches() -> Generator[dict, None, None]: logger.info("Fetching arches") archive_ids = list(iter_archive_ids(category="qt")) for archive_id in tqdm(archive_ids): - for version in ("latest", "6.5", "6.2", "5.15.2", "5.13.2", "5.9.9"): + for version in ("latest", "6.5.3", "6.2.4", "5.15.2", "5.13.2", "5.9.9"): for arch_name in MetadataFactory(archive_id, architectures_ver=version).getList(): yield { "os_name": archive_id.host,