Skip to content

Commit

Permalink
Test on ghc 9.6, remove testing for 8.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jan 28, 2024
1 parent c8f46d6 commit b007f7e
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 @@ -10,8 +10,6 @@ jobs:
fail-fast: false
matrix:
versions:
- ghc: '8.8'
cabal: '3.0'
- ghc: '8.10'
cabal: '3.0'
- ghc: '9.0'
Expand All @@ -20,6 +18,8 @@ jobs:
cabal: '3.8'
- ghc: '9.4'
cabal: '3.10'
- ghc: '9.6'
cabal: 'latest'
steps:
- uses: actions/checkout@v1
- name: Install cabal/ghc
Expand Down

0 comments on commit b007f7e

Please sign in to comment.