diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eece5e94..b941938a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' @@ -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@sf-try-to-fix-hlint-ci with: hlint-arguments: src