Skip to content

Commit 20ed93c

Browse files
authored
Update clang version matrix in self-test workflow
1 parent 4791756 commit 20ed93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

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

0 commit comments

Comments
 (0)