Skip to content

Commit 8295a99

Browse files
authored
chore: drop clang 11 support and update default version to 21 (#458)
1 parent 8e85cd0 commit 8295a99

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/self-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
matrix:
3636
os: [ ubuntu-latest, macos-latest, windows-latest ]
37-
clang-version: ['11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22']
37+
clang-version: ['12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22']
3838
fail-fast: false
3939
runs-on: ${{ matrix.os }}
4040
steps:

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ inputs:
3939
version:
4040
description: |
4141
The desired version of the [clang-tools](https://github.com/cpp-linter/clang-tools-pip) to use.
42-
Accepted options are strings which can be 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12 or 11.
42+
Accepted options are strings which can be 22, 21, 20, 19, 18, 17, 16, 15, 14, 13 or 12.
4343
4444
- Set this option to a blank string (`''`) to use the platform's default installed version.
4545
- This value can also be a path to where the clang tools are installed (if using a custom install location).
4646
required: false
47-
default: '20'
47+
default: '21'
4848
verbosity:
4949
description: |
5050
This controls the action's verbosity in the workflow's logs.

0 commit comments

Comments
 (0)