diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-09-17 09:24:47 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-09-17 09:24:47 -0700 |
commit | 0360d92800bd6156013b2888c6a341c13ce8311f (patch) | |
tree | 0b3b0dadc6dc7742021c9e611ef36cd087a7f495 | |
parent | 5ee48c0381a76412c0e4812ae04fae4d4003b0ec (diff) | |
download | pandoc-0360d92800bd6156013b2888c6a341c13ce8311f.tar.gz |
GitHub CI: remove fail-fast and ghc 8.8.1 build.
-rw-r--r-- | .github/workflows/haskell.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 36cd154ab..c8b98bdf4 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest strategy: - fail-fast: false + fail-fast: true matrix: versions: - ghc: '8.0.2' @@ -40,8 +40,8 @@ jobs: cabal: '2.4' - ghc: '8.6.5' cabal: '2.4' - - ghc: '8.8.1' - cabal: '3.0' +# - ghc: '8.8.1' +# cabal: '3.0' steps: - uses: actions/checkout@v1 - name: Install recent cabal/ghc |