Skip to content

Commit

Permalink
try to fix hlint ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shayne-fletcher committed Dec 14, 2024
1 parent fdf9458 commit 8e810aa
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 @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ghc: ['9.8', '9.6', '9.4']
ghc: ['9.10', '9.8', '9.6']
include:
- os: windows-latest
ghc: '9.8'
Expand All @@ -42,6 +42,6 @@ jobs:
path: ${{ steps.setup-haskell.outputs.cabal-store }}
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ steps.get-ghc-libdir.outputs.libdir }}-${{ hashFiles('cabal.project.freeze') }}
- run: cabal new-install apply-refact --install-method=copy
- uses: ndmitchell/neil@master
- uses: shayne-fletcher/neil@try-to-fix-hlint-ci
with:
hlint-arguments: src

0 comments on commit 8e810aa

Please sign in to comment.