Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
}
]
},
{ "versions": ["20", "19"],
{ "versions": ["21", "20", "19"],
"tests": [
{ "cxxversions": ["c++26", "c++23"],
"tests": [
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ This project officially supports:
- GCC 15
- Clang 19/libc++
- Clang 20/libc++
- Clang 21/libc++
- MSVC 19.41

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