feat(Core): deprecate clang-9 and older (#6406)

This commit is contained in:
Francesco Borzì
2021-06-17 18:30:15 +02:00
committed by GitHub
parent f8cf8b43ee
commit 67b84e0c1e
5 changed files with 3 additions and 49 deletions

View File

@@ -24,21 +24,13 @@ jobs:
- os: ubuntu-20.04
compiler: clang12
modules: without
extra_logs: false
- os: ubuntu-20.04
compiler: clang11
modules: without
extra_logs: true
- os: ubuntu-20.04
compiler: clang11
modules: without
extra_logs: false
- os: ubuntu-20.04
compiler: clang8
modules: without
extra_logs: false
- os: ubuntu-18.04
compiler: clang7
compiler: clang10
modules: without
extra_logs: false
- os: ubuntu-18.04