Skip to content

Commit 0f99a82

Browse files
committed
[CI] Add Clang 16 to the build matrix.
1 parent 0385eb7 commit 0f99a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
strategy:
219219
fail-fast: false
220220
matrix:
221-
version: [ '13', '14', '15' ]
221+
version: [ '13', '14', '15', '16' ]
222222
env:
223223
CC: clang-${{ matrix.version }}
224224
CXX: clang++-${{ matrix.version }}

0 commit comments

Comments
 (0)