We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79feb5 commit fb91944Copy full SHA for fb91944
.github/workflows/test.yml
@@ -10,8 +10,6 @@ jobs:
10
ghc: ['8.10.2', '8.10.1', '8.8.4', '8.8.3', '8.8.2', '8.6.5', '8.6.4']
11
os: [ubuntu-latest, macOS-latest, windows-latest]
12
exclude:
13
- - os: windows-latest
14
- ghc: '8.10.2' # broken due to https://gitlab.haskell.org/ghc/ghc/-/issues/18550
15
- os: windows-latest
16
ghc: '8.8.4' # also fails due to segfault :(
17
0 commit comments