CI: test on gcc-10 too

This commit is contained in:
Doug Freed 2020-12-17 17:02:36 +00:00
parent fdd4857c1d
commit 4ce7aa6f70

View file

@ -16,17 +16,22 @@ jobs:
linux:
name: Linux
runs-on: ubuntu-18.04
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-18.04
compiler:
- gcc-6 # Debian 9 (OFTC)
- gcc-7
- gcc-8
- clang-7
- clang-8
include:
- os: ubuntu-20.04
compiler: gcc-10
env:
CC: ${{ matrix.compiler }}