Skip to content

Commit ae407bc

Browse files
committed
Add Clang 21 to CI
1 parent 39192f2 commit ae407bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
}
7575
]
7676
},
77-
{ "versions": ["20", "19"],
77+
{ "versions": ["21", "20", "19"],
7878
"tests": [
7979
{ "cxxversions": ["c++26", "c++23"],
8080
"tests": [

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ This project officially supports:
132132
- GCC 15
133133
- Clang 19/libc++
134134
- Clang 20/libc++
135+
- Clang 21/libc++
135136
- MSVC 19.41
136137

137138
Note: Building with Clang and libstdc++ is not currently supported due to various bugs.

0 commit comments

Comments
 (0)