Skip to content

Commit

Permalink
CI: disable haddocks for GHC 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Jun 3, 2023
1 parent e0e71bc commit b509e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
core-tests/resource-release-test.sh
- name: Haddock
if: matrix.ghc != '8.0'
if: matrix.ghc != '8.0' && matrix.ghc != '8.2'
run: cabal haddock all

build-wasi:
Expand Down

0 comments on commit b509e04

Please sign in to comment.