Skip to content

Commit 09ae1f4

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 4e2a094 commit 09ae1f4

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
@@ -74,7 +74,7 @@ jobs:
7474
}
7575
],
7676
"clang": [
77-
{ "versions": ["21"],
77+
{ "versions": ["22"],
7878
"tests": [
7979
{"cxxversions": ["c++26"],
8080
"tests": [
@@ -93,7 +93,7 @@ jobs:
9393
}
9494
]
9595
},
96-
{ "versions": ["20", "19"],
96+
{ "versions": ["21", "20", "19"],
9797
"tests": [
9898
{ "cxxversions": ["c++26", "c++23", "c++20"],
9999
"tests": [

0 commit comments

Comments
 (0)