Skip to content

Commit 98a5703

Browse files
committed
[github][ci][clang] add clang 16, 17, 18 to the list
1 parent d157967 commit 98a5703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-ci-clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
toolchain-ver: [14, 15]
13+
toolchain-ver: [14, 15, 16, 17, 18]
1414
debug: [2, 0]
1515
project:
1616
# Note: Clang toolchains do not ship with a compiler-rt (libgcc) for

0 commit comments

Comments
 (0)