Skip to content

Commit

Permalink
drop GHC 8.6 from workflow, add GHC 9.0 and 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hreinhardt committed Jul 19, 2023
1 parent 364cb61 commit 730f324
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ jobs:
fail-fast: false
matrix:
versions:
- ghc: '8.6.5'
cabal: '3.4'
- ghc: '8.8.4'
cabal: '3.4'
- ghc: '8.10.5'
cabal: '3.4'
- ghc: '8.8'
cabal: 'latest'
- ghc: '8.10'
cabal: 'latest'
- ghc: '9.0'
cabal: 'latest'
- ghc: '9.2'
cabal: 'latest'
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 730f324

Please sign in to comment.