Skip to content

Commit 4f3f4c1

Browse files
committed
Add ghc-8.10.2.2 to windows build
1 parent 46feccc commit 4f3f4c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
ghc: ['8.10.2', '8.10.1', '8.8.4', '8.8.3', '8.8.2', '8.6.5', '8.6.4']
19+
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']
2020
os: [ubuntu-latest, macOS-latest, windows-latest]
2121
exclude:
22+
- os: ubuntu-latest
23+
ghc: '8.10.2.2' # only valid for windows and chocolatey
24+
- os: macOS-latest
25+
ghc: '8.10.2.2' # only valid for windows and chocolatey
2226
- os: windows-latest
2327
ghc: '8.10.2' # broken due to https://gitlab.haskell.org/ghc/ghc/-/issues/18550
2428
- os: windows-latest

0 commit comments

Comments
 (0)