Skip to content

Commit 25abbce

Browse files
committed
update version
1 parent 9637a84 commit 25abbce

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ ubuntu-latest, macos-latest, windows-latest ]
15-
clang-version: ['9','10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20']
15+
clang-version: ['11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22']
1616
fail-fast: false
1717

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

0 commit comments

Comments
 (0)