Skip to content

Commit 7c59242

Browse files
ednolanclaude
andcommitted
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 <noreply@anthropic.com>
1 parent fae6e91 commit 7c59242

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
}
6464
],
6565
"clang": [
66-
{ "versions": ["21"],
66+
{ "versions": ["22"],
6767
"tests": [
6868
{"cxxversions": ["c++26"],
6969
"tests": [
@@ -82,7 +82,7 @@ jobs:
8282
}
8383
]
8484
},
85-
{ "versions": ["20", "19"],
85+
{ "versions": ["21", "20", "19"],
8686
"tests": [
8787
{ "cxxversions": ["c++26", "c++23"],
8888
"tests": [

0 commit comments

Comments
 (0)