Skip to content

Commit 41b8f01

Browse files
authored
Merge pull request #380 from michaelpj/mpj/ghc-matrix
Update GHC build matrix
2 parents 8a840f7 + ea69ea8 commit 41b8f01

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
ghc: ['9.0.1', '8.10.4', '8.8.3', '8.6.5', '8.4.4']
12+
ghc: ['9.0.1', '8.10.7', '8.8.4', '8.6.5']
1313
os: [ubuntu-latest, macOS-latest, windows-latest]
14-
exclude:
15-
- os: windows-latest
16-
ghc: '8.8.3' # fails due to segfault
1714

1815
steps:
1916
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)