Skip to content

Commit

Permalink
fixup! Test with GHC 9.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastro committed Sep 25, 2023
1 parent c4d5946 commit b031273
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
cabal: ["3.8"]
cabal: ["3.10"]
# If you update this list of supported compiler versions,
# make sure to:
# * Update the `tested-with` section of `package.yaml`.
Expand Down Expand Up @@ -139,9 +139,8 @@ jobs:
cabal test --project-file=cabal.project.ci all --enable-tests
- name: Haddock
# Run haddock for all components
run: |
cabal haddock --project-file=cabal.project.ci --haddock-all
cabal haddock --project-file=cabal.project.ci --haddock-executables
stack:
name: stack / ghc ${{ matrix.ghc }}
Expand Down

0 comments on commit b031273

Please sign in to comment.