Skip to content

Commit

Permalink
Merge pull request haskell-servant#1557 from ysangkok/janus/newer-stack
Browse files Browse the repository at this point in the history
Use Stack 2.7.5, cleanup allow-newer/CI
  • Loading branch information
Gaël Deest authored Mar 22, 2022
2 parents af3dde1 + bbd82a7 commit 0e051cc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ jobs:
cabal test all
- name: Run doctests
# doctests are broken on GHC 9 due to compiler bug:
# https://gitlab.haskell.org/ghc/ghc/-/issues/19460
continue-on-error: ${{ matrix.ghc == '9.0.1' }}
run: |
# Necessary for doctest to be found in $PATH
export PATH="$HOME/.cabal/bin:$PATH"
Expand All @@ -83,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
stack: ["2.7.3"]
stack: ["2.7.5"]
ghc: ["8.10.7"]

steps:
Expand Down

0 comments on commit 0e051cc

Please sign in to comment.