feat(CI): deprecate gcc 7 (#4333)

This commit is contained in:
Francesco Borzì
2021-01-24 01:52:41 +01:00
committed by GitHub
parent 13db145eec
commit a05ff77ebc
3 changed files with 13 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ jobs:
compiler: clang # default in 18.04 is clang 6
modules: without
- os: ubuntu-18.04
compiler: gcc # default in 18.04 is gcc 7
compiler: gcc8
modules: without
- os: ubuntu-20.04
compiler: gcc # default in 20.04 is gcc 9