From 669bc0b73173708b5d8d30e0cfc9808ced1c310a Mon Sep 17 00:00:00 2001 From: Edward Nolan Date: Sun, 13 Sep 2026 15:41:38 -0400 Subject: [PATCH] Add Clang 23 to CI matrix --- .github/workflows/ci_tests.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 43b7fef1..53cd26a8 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -96,7 +96,7 @@ jobs: } ] }, - { "versions": ["22"], + { "versions": ["23", "22"], "tests": [ { "cxxversions": ["c++26", "c++23"], "tests": [ diff --git a/README.md b/README.md index 364bfa03..a5d835ca 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ You can disable building examples by setting CMake option `BEMAN_UTF_VIEW_BUILD_ |----------|---------|---------------|------------------| | GCC | 16-14 | C++26, C++23 | libstdc++ | | GCC | trunk | C++26, C++23 | libstdc++ | -| Clang | 22-19 | C++26, C++23 | libc++ | +| Clang | 23-19 | C++26, C++23 | libc++ | | Clang | trunk | C++26, C++23 | libc++ | | MSVC | latest | C++23 | MSVC STL |