Skip to content

Commit 1b7162f

Browse files
authored
Merge pull request #8116 from Mikolaj/master
Exclude broken 'Validate windows-latest ghc-8.4.4' job that cancels CI
2 parents 18d8018 + d2e4cfd commit 1b7162f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate.yml

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
# lot of segfaults caused by ghc bugs
4444
- os: "windows-latest"
4545
ghc: "8.8.4"
46+
- os: "windows-latest"
47+
ghc: "8.4.4"
4648
include:
4749
- os: "ubuntu-latest"
4850
ghc: "8.0.2"

0 commit comments

Comments
 (0)