Skip to content

Commit 4821b7d

Browse files
committed
Update GHC build matrix
Update to be in line with HLS, except with only one 8.10 version. Maybe we could get rid of even more, but good to match HLS.
1 parent 40d99b7 commit 4821b7d

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)