Skip to content

Commit

Permalink
Merge pull request #8389 from haskell/mergify/bp/3.8/pr-8388
Browse files Browse the repository at this point in the history
Exclude CI job 8.10.7 on Windows that corrupts all CI (backport #8388)
  • Loading branch information
Mikolaj authored Aug 16, 2022
2 parents 2cef612 + b532e12 commit 9d7fea1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
ghc: ["9.2.3", "9.0.2", "8.10.7", "8.8.4", "8.6.5", "8.4.4", "8.0.2"]
exclude:
# corrupts GHA cache or the fabric of reality itself, see https://github.com/haskell/cabal/issues/8356
- os: "windows-latest"
ghc: "8.10.7"
# lot of segfaults caused by ghc bugs
- os: "windows-latest"
ghc: "8.8.4"
Expand Down

0 comments on commit 9d7fea1

Please sign in to comment.