Skip to content

Commit e1223c4

Browse files
Bump clang-tools from 0.13.1 to 0.14.0 in the pip group (#288)
1 parent 832a609 commit e1223c4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/self-test.yml

+1-1
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']
34+
clang-version: ['9','10', '11', '12', '13', '14', '15', '16', '17', '18', '19']
3535
fail-fast: false
3636
runs-on: ${{ matrix.os }}
3737
steps:

action.yml

+2-2
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 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8 or 7.
42+
Accepted options are strings which can be 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8 or 7.
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: 12
47+
default: 14
4848
verbosity:
4949
description: |
5050
This controls the action's verbosity in the workflow's logs.

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Install clang-tools binaries (clang-format, clang-tidy)
22
# For details please see: https://github.com/cpp-linter/clang-tools-pip
3-
clang-tools==0.13.1
3+
clang-tools==0.14.0
44

55
# cpp-linter core Python executable package
66
# For details please see: https://github.com/cpp-linter/cpp-linter

0 commit comments

Comments
 (0)