From 90e4056c011a21ed391ccec6d09c3f4e4035a98c Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Sun, 18 Apr 2021 10:51:43 -0500 Subject: [PATCH] Update compiler matrix. --- .github/workflows/build-and-test-linux.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test-linux.yaml b/.github/workflows/build-and-test-linux.yaml index e5426503..16371912 100644 --- a/.github/workflows/build-and-test-linux.yaml +++ b/.github/workflows/build-and-test-linux.yaml @@ -12,12 +12,12 @@ jobs: - clang - gcc compiler_version: - - 8 - 9 - 10 + - 11 exclude: - - compiler: clang - compiler_version: 7 + - compiler: gcc + compiler_version: 11 - os: ubuntu-18.04 compiler: clang compiler_version: 10