Skip to content

Commit

Permalink
Test newer compiler versions on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed May 14, 2024
1 parent 1f1adc5 commit 799cb92
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ jobs:
strategy:
matrix:
cfg:
- { os: ubuntu-20.04, compiler: gcc-7 }
- { os: ubuntu-20.04, compiler: gcc } # GCC 9
- { os: ubuntu-20.04, compiler: clang } # Clang 10
- { os: ubuntu-22.04, compiler: gcc } # GCC 11
- { os: ubuntu-20.04, compiler: gcc-7 }
- { os: ubuntu-20.04, compiler: gcc } # GCC 9
- { os: ubuntu-20.04, compiler: clang } # Clang 10
- { os: ubuntu-22.04, compiler: gcc } # GCC 11
- { os: ubuntu-22.04, compiler: clang-15 }
- { os: ubuntu-24.04, compiler: gcc-14 }
- { os: ubuntu-24.04, compiler: clang } # Clang 18
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 799cb92

Please sign in to comment.