Skip to content

Commit d23e116

Browse files
committed
[CI] Add Clang 11 to the build matrix.
1 parent fbed609 commit d23e116

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
@@ -126,7 +126,7 @@ jobs:
126126
strategy:
127127
fail-fast: false
128128
matrix:
129-
version: [ '6.0', '7', '8', '9', '10' ]
129+
version: [ '6.0', '7', '8', '9', '10', '11' ]
130130
env:
131131
CC: clang-${{ matrix.version }}
132132
CXX: clang++-${{ matrix.version }}

0 commit comments

Comments
 (0)