Skip to content

Commit 7f4af10

Browse files
committed
[CI] Add Clang 13.0 to the build matrix.
1 parent 7a70ae5 commit 7f4af10

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
@@ -138,7 +138,7 @@ jobs:
138138
strategy:
139139
fail-fast: false
140140
matrix:
141-
version: [ '6.0', '7', '8', '9', '10', '11', '12' ]
141+
version: [ '6.0', '7', '8', '9', '10', '11', '12', '13' ]
142142
env:
143143
CC: clang-${{ matrix.version }}
144144
CXX: clang++-${{ matrix.version }}

0 commit comments

Comments
 (0)