ci: build with clang-11 as well

The LLVM nightly repositories now have a separate branch for clang-11,
so let's build with it as well.
This commit is contained in:
Frantisek Sumsal 2020-10-21 16:18:50 +02:00
parent f1150eddf6
commit 0273f6e7f2
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
env:
- { COMPILER: "gcc", COMPILER_VERSION: "10" }
- { COMPILER: "clang", COMPILER_VERSION: "10" }
- { COMPILER: "clang", COMPILER_VERSION: "11" }
env: ${{ matrix.env }}
steps:
- name: Repository checkout