Skip to content

Commit b88754b

Browse files
author
Andras Fekete
committed
Add in clang-10 and clang-11 tests
1 parent 5e3f00f commit b88754b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/multi-compiler.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
- CC: gcc-12
2323
CXX: g++-12
2424
OS: ubuntu-latest
25+
- CC: clang-10
26+
CXX: clang++-10
27+
OS: ubuntu-20.04
28+
- CC: clang-11
29+
CXX: clang++-11
30+
OS: ubuntu-20.04
2531
- CC: clang-12
2632
CXX: clang++-12
2733
OS: ubuntu-20.04

0 commit comments

Comments
 (0)