Merge pull request #1557 from ysangkok/janus/newer-stack
Use Stack 2.7.5, cleanup allow-newer/CI
This commit is contained in:
commit
0e051ccfdf
1 changed files with 1 additions and 4 deletions
5
.github/workflows/master.yml
vendored
5
.github/workflows/master.yml
vendored
|
@ -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"
|
||||
|
@ -83,7 +80,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
stack: ["2.7.3"]
|
||||
stack: ["2.7.5"]
|
||||
ghc: ["8.10.7"]
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue