Skip to content

Commit e63da6b

Browse files
authored
Merge pull request #617 from haskell/enabe-8.10.2
Enable ghc-8.10.2 for windows
2 parents d79feb5 + 381b598 commit e63da6b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
ghc: ['8.10.2', '8.10.1', '8.8.4', '8.8.3', '8.8.2', '8.6.5', '8.6.4']
10+
ghc: ['8.10.2.2', '8.10.2', '8.10.1', '8.8.4', '8.8.3', '8.8.2', '8.6.5', '8.6.4']
1111
os: [ubuntu-latest, macOS-latest, windows-latest]
1212
exclude:
13+
- os: ubuntu-latest
14+
ghc: '8.10.2.2' # only valid for windows and chocolatey
15+
- os: macOS-latest
16+
ghc: '8.10.2.2' # only valid for windows and chocolatey:
1317
- os: windows-latest
14-
ghc: '8.10.2' # broken due to https://gitlab.haskell.org/ghc/ghc/-/issues/18550
18+
ghc: '8.10.2' # unusable due to https://gitlab.haskell.org/ghc/ghc/-/issues/18550
1519
- os: windows-latest
1620
ghc: '8.8.4' # also fails due to segfault :(
1721
- os: windows-latest

0 commit comments

Comments
 (0)