Skip to content

Commit

Permalink
retire ghc 8.4.4 support. add tests for stable ghc 9.x releases
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu committed Apr 18, 2024
1 parent cabffb3 commit 88f546b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
cabal: latest
args: --allow-newer=base,template-haskell
experimental: true
- ghc: 9.8.2
cabal: 3.10.2.0
experimental: false
- ghc: 9.6.5
cabal: 3.10.0.0
experimental: false
- ghc: 9.4.1
cabal: 3.8.1.0
args: --allow-newer=base,template-haskell
Expand All @@ -36,9 +42,6 @@ jobs:
- ghc: 8.6.5
cabal: 3.4.0.0
experimental: false
- ghc: 8.4.4
cabal: 3.4.0.0
experimental: false

continue-on-error: ${{ matrix.versions.experimental }}
name: cabal ${{ matrix.versions.cabal }} - ghc ${{ matrix.versions.ghc }}
Expand Down

0 comments on commit 88f546b

Please sign in to comment.