Skip to content

Commit

Permalink
CI: drop GHC 8.2 (build fails because of Semigroup issues)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Nov 1, 2023
1 parent 042ded1 commit c628e48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ghc: ['9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6', '8.4', '8.2']
ghc: ['9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6', '8.4']

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -50,4 +50,5 @@ jobs:
run: cabal test

- name: Haddock
# cabal haddock --enable-documentation fails on vector
run: cabal haddock --disable-documentation

0 comments on commit c628e48

Please sign in to comment.