Skip to content

Commit 03827a2

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 4c4ab80 commit 03827a2

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
@@ -71,7 +71,7 @@ jobs:
7171
}
7272
],
7373
"clang": [
74-
{ "versions": ["21"],
74+
{ "versions": ["22"],
7575
"tests": [
7676
{"cxxversions": ["c++26"],
7777
"tests": [
@@ -96,7 +96,7 @@ jobs:
9696
}
9797
]
9898
},
99-
{ "versions": ["20", "19"],
99+
{ "versions": ["21", "20", "19"],
100100
"tests": [
101101
{ "cxxversions": ["c++26", "c++23", "c++20"],
102102
"tests": [

0 commit comments

Comments
 (0)