Skip to content

Commit f91c446

Browse files
authored
Add clang v20 and change default to v16 (#299)
1 parent 583f7ad commit f91c446

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/self-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ ubuntu-latest, macos-latest, windows-latest ]
34-
clang-version: ['9','10', '11', '12', '13', '14', '15', '16', '17', '18', '19']
34+
clang-version: ['8','9','10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20']
3535
fail-fast: false
3636
runs-on: ${{ matrix.os }}
3737
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 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8 or 7.
42+
Accepted options are strings which can be 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, or 8.
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: 14
47+
default: 16
4848
verbosity:
4949
description: |
5050
This controls the action's verbosity in the workflow's logs.

0 commit comments

Comments
 (0)