We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5685afb + a977f71 commit 836cb39Copy full SHA for 836cb39
.github/mergify.yml
@@ -32,7 +32,7 @@ pull_request_rules:
32
- status-success=test (windows-latest, 8.6.5, true)
33
- status-success=test (windows-latest, 8.10.2.2)
34
- status-success=test (windows-latest, 8.10.1)
35
- - status-success=test (windows-latest, 8.6.4)
+ # - status-success=test (windows-latest, 8.6.4)
36
37
- 'status-success=ci/circleci: ghc-8.10.3'
38
- 'status-success=ci/circleci: ghc-8.10.2'
.github/workflows/test.yml
@@ -40,8 +40,9 @@ jobs:
40
ghc: '8.10.2.2'
41
- os: windows-latest
42
ghc: '8.10.1'
43
- - os: windows-latest
44
- ghc: '8.6.4'
+ # This build get stuck frequently
+ # - os: windows-latest
45
+ # ghc: '8.6.4'
46
47
steps:
48
# Cancel queued workflows from earlier commits in this branch
0 commit comments