From 282e877f1391b19aabcb9fb6daa11937389e1357 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Sun, 18 Apr 2021 10:53:59 -0500 Subject: [PATCH] Update compiler matrix. --- .github/workflows/build-and-test-linux.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build-and-test-linux.yaml b/.github/workflows/build-and-test-linux.yaml index 16371912..c9dbdc6f 100644 --- a/.github/workflows/build-and-test-linux.yaml +++ b/.github/workflows/build-and-test-linux.yaml @@ -12,15 +12,25 @@ jobs: - clang - gcc compiler_version: + - 7 - 9 - 10 - 11 exclude: + - os: ubuntu-20.04 + compiler: gcc + compiler_version: 7 - compiler: gcc compiler_version: 11 + - os: ubuntu-18.04 + compiler: clang + compiler_version: 7 - os: ubuntu-18.04 compiler: clang compiler_version: 10 + - os: ubuntu-18.04 + compiler: clang + compiler_version: 11 runs-on: ${{ matrix.os }} steps: - run: sudo apt-get -qq update