From 5c39ede5cffce59b896d5198167899d29ee8faca Mon Sep 17 00:00:00 2001 From: Edward Nolan Date: Sun, 15 Mar 2026 03:01:51 +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 20548831..7285f129 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": [