Skip to content

Commit dfbe41f

Browse files
committed
[CI] Remove clang 8.
1 parent 863b874 commit dfbe41f

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
@@ -145,7 +145,7 @@ jobs:
145145
strategy:
146146
fail-fast: false
147147
matrix:
148-
version: [ '8', '9', '10', '11', '12', '13', '14' ]
148+
version: [ '9', '10', '11', '12', '13', '14' ]
149149
env:
150150
CC: clang-${{ matrix.version }}
151151
CXX: clang++-${{ matrix.version }}

0 commit comments

Comments
 (0)