Skip to content

Commit 381b598

Browse files
authored
Use correct version of ghc choco package
Excluding the version for the rest of os's
1 parent fb91944 commit 381b598

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +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:
17+
- os: windows-latest
18+
ghc: '8.10.2' # unusable due to https://gitlab.haskell.org/ghc/ghc/-/issues/18550
1319
- os: windows-latest
1420
ghc: '8.8.4' # also fails due to segfault :(
1521
- os: windows-latest

0 commit comments

Comments
 (0)