Skip to content

Commit

Permalink
update compiler versions for GitHub tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Dec 16, 2024
1 parent a7302ad commit 0e9499c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [12]
version: [12, 13, 14]
steps:
- uses: actions/checkout@v4
- name: Setting up gcc version
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [14, 15]
version: [17, 18]
steps:
- uses: actions/checkout@v4
- name: Setting up clang version
Expand Down

0 comments on commit 0e9499c

Please sign in to comment.