From 6fc1aaf1baec69c1cb90f68acae52711871d2d63 Mon Sep 17 00:00:00 2001 From: Edward Nolan Date: Sun, 15 Mar 2026 02:57:54 +0000 Subject: [PATCH] Bump Clang CI matrix: promote 22 to primary, add 21 to secondary - Promote Clang 22 to primary CI version (full test suite) - Demote Clang 21 to secondary tier alongside 20 and 19 (Release.Default only) Co-Authored-By: Claude Opus 4.6 --- .github/workflows/ci_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 08682e0..0026854 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -61,7 +61,7 @@ jobs: } ], "clang": [ - { "versions": ["21"], + { "versions": ["22"], "tests": [ {"cxxversions": ["c++26"], "tests": [ @@ -80,7 +80,7 @@ jobs: } ] }, - { "versions": ["20", "19"], + { "versions": ["21", "20", "19"], "tests": [ { "cxxversions": ["c++26", "c++23"], "tests": [