From 09ae1f44eab03eee9aae9f5a99a4aa2518074be8 Mon Sep 17 00:00:00 2001 From: Edward Nolan Date: Sun, 15 Mar 2026 02:54:21 +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 9c35521..9651354 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -74,7 +74,7 @@ jobs: } ], "clang": [ - { "versions": ["21"], + { "versions": ["22"], "tests": [ {"cxxversions": ["c++26"], "tests": [ @@ -93,7 +93,7 @@ jobs: } ] }, - { "versions": ["20", "19"], + { "versions": ["21", "20", "19"], "tests": [ { "cxxversions": ["c++26", "c++23", "c++20"], "tests": [