Skip to content

Commit

Permalink
Remove gcc 8 and clang 8, 9, 10 from GitHub CI matrix (nonstd-lite is…
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed Apr 18, 2023
1 parent 84b401c commit 3db4031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
gcc:
strategy:
matrix:
version: [8, 9, 10, 11]
version: [9, 10, 11]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -26,7 +26,7 @@ jobs:
clang:
strategy:
matrix:
version: [8, 9, 10, 11, 12]
version: [11, 12]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3db4031

Please sign in to comment.