Skip to content

Commit

Permalink
Add more compiler versions to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
abedra committed Aug 25, 2024
1 parent e2b7159 commit 877607b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 877607b

Please sign in to comment.