Skip to content

Commit ca2f39b

Browse files
committed
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)
1 parent a7e976a commit ca2f39b

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": [
@@ -90,7 +90,7 @@ jobs:
9090
}
9191
]
9292
},
93-
{ "versions": ["20", "19"],
93+
{ "versions": ["21", "20", "19"],
9494
"tests": [
9595
{ "cxxversions": ["c++26", "c++23", "c++20", "c++17"],
9696
"tests": [

0 commit comments

Comments
 (0)