Skip to content

Commit 2c2938f

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 5901820 commit 2c2938f

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
@@ -61,7 +61,7 @@ jobs:
6161
}
6262
],
6363
"clang": [
64-
{ "versions": ["21"],
64+
{ "versions": ["22"],
6565
"tests": [
6666
{"cxxversions": ["c++26"],
6767
"tests": [
@@ -80,7 +80,7 @@ jobs:
8080
}
8181
]
8282
},
83-
{ "versions": ["20", "19"],
83+
{ "versions": ["21", "20", "19"],
8484
"tests": [
8585
{ "cxxversions": ["c++26", "c++23"],
8686
"tests": [

0 commit comments

Comments
 (0)