From 877607b82db5885bd9a4d3d98d30a23e75a20974 Mon Sep 17 00:00:00 2001 From: Aaron Bedra Date: Sat, 24 Aug 2024 19:42:56 -0500 Subject: [PATCH] Add more compiler versions to build matrix --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e9ad847..cf34c07 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - version: ['9', '10', '11'] + version: ['9', '10', '11', '12', '13', '14'] env: CC: gcc-${{ matrix.version }} @@ -68,7 +68,7 @@ jobs: strategy: fail-fast: false matrix: - version: ['10', '11', '12'] + version: ['10', '11', '12', '13', '14', '15', '16', '17', '18'] env: CC: clang-${{ matrix.version }}