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
…sue 69)

#69
  • Loading branch information
martinmoene committed Nov 28, 2022
1 parent 23d2fd3 commit 89a79c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions file/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
gcc:
strategy:
matrix:
version: [8, 9, 10, 11]
version: [9, 10, 11]

runs-on: ubuntu-latest

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
clang:
strategy:
matrix:
version: [8, 9, 10, 11, 12]
version: [11, 12]

runs-on: ubuntu-latest

Expand Down

0 comments on commit 89a79c7

Please sign in to comment.