Skip to content

Commit 24a6f0b

Browse files
authored
Update cpp-lint-action.yml to support clang v18
As per cpp-linter/cpp-linter-action#204
1 parent e0bf878 commit 24a6f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-lint-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ ubuntu-latest, macos-latest, windows-latest ]
13-
clang-version: ['9','10', '11', '12', '13', '14', '15', '16', '17']
13+
clang-version: ['9','10', '11', '12', '13', '14', '15', '16', '17', '18']
1414
fail-fast: false
1515

1616
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)