We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9637a84 commit 25abbceCopy full SHA for 25abbce
.github/workflows/cpp-lint-action.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [ ubuntu-latest, macos-latest, windows-latest ]
15
- clang-version: ['9','10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20']
+ clang-version: ['11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22']
16
fail-fast: false
17
18
runs-on: ${{ matrix.os }}
0 commit comments