diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 264421e..6a401e5 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -74,7 +74,7 @@ jobs: } ] }, - { "versions": ["20", "19"], + { "versions": ["21", "20", "19"], "tests": [ { "cxxversions": ["c++26", "c++23"], "tests": [ diff --git a/README.md b/README.md index da5e77f..dd640a0 100644 --- a/README.md +++ b/README.md @@ -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.