Skip to content

Commit 4960d30

Browse files
committed
Add support for Clang 21 in CI
1 parent 326f7ca commit 4960d30

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
}
7373
],
7474
"clang": [
75-
{ "versions": ["20"],
75+
{ "versions": ["21"],
7676
"tests": [
7777
{"cxxversions": ["c++26"],
7878
"tests": [
@@ -91,7 +91,7 @@ jobs:
9191
}
9292
]
9393
},
94-
{ "versions": ["19", "18"],
94+
{ "versions": ["20", "19", "18"],
9595
"tests": [
9696
{ "cxxversions": ["c++26", "c++23", "c++20", "c++17"],
9797
"tests": [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ unless the provided compiler supports **C++20** ranges.
122122
This project officially supports:
123123
124124
* GCC versions 11–15
125-
* LLVM Clang++ (with libstdc++ or libc++) versions 17–20
125+
* LLVM Clang++ (with libstdc++ or libc++) versions 17–21
126126
* AppleClang version 15.0.0 (i.e., the [latest version on GitHub-hosted MacOS runners](https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md))
127127
* MSVC version 19.44.35211.0 (i.e., the [latest version on GitHub-hosted Windows runners](https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md))
128128

cookiecutter/{{cookiecutter.project_name}}/.github/workflows/ci_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
}
7373
],
7474
"clang": [
75-
{ "versions": ["20"],
75+
{ "versions": ["21"],
7676
"tests": [
7777
{"cxxversions": ["c++26"],
7878
"tests": [
@@ -91,7 +91,7 @@ jobs:
9191
}
9292
]
9393
},
94-
{ "versions": ["19", "18"],
94+
{ "versions": ["20", "19", "18"],
9595
"tests": [
9696
{ "cxxversions": ["c++26", "c++23", "c++20", "c++17"],
9797
"tests": [

cookiecutter/{{cookiecutter.project_name}}/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ unless the provided compiler supports **C++20** ranges.
122122
This project officially supports:
123123
124124
* GCC versions 11–15
125-
* LLVM Clang++ (with libstdc++ or libc++) versions 17–20
125+
* LLVM Clang++ (with libstdc++ or libc++) versions 17–21
126126
* AppleClang version 15.0.0 (i.e., the [latest version on GitHub-hosted MacOS runners](https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md))
127127
* MSVC version 19.44.35211.0 (i.e., the [latest version on GitHub-hosted Windows runners](https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md))
128128

0 commit comments

Comments
 (0)