Skip to content

Commit bf5795b

Browse files
authored
Merge pull request #373 from bubba/8.10.2-github-builds
Add 8.10.2 to github actions build
2 parents 96fc363 + 46502c8 commit bf5795b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
ghc: ['8.10.1', '8.8.4', '8.8.3', '8.8.2', '8.6.5', '8.6.4']
18+
ghc: ['8.10.2', '8.10.1', '8.8.4', '8.8.3', '8.8.2', '8.6.5', '8.6.4']
1919
os: [ubuntu-latest, macOS-latest, windows-latest]
2020
exclude:
21+
- os: windows-latest
22+
ghc: '8.10.2' # broken due to https://gitlab.haskell.org/ghc/ghc/-/issues/18550
2123
- os: windows-latest
2224
ghc: '8.8.4' # also fails due to segfault :(
2325
- os: windows-latest
@@ -29,7 +31,7 @@ jobs:
2931
- uses: actions/checkout@v2
3032
with:
3133
submodules: true
32-
- uses: bubba/setup-haskell@d8110230d
34+
- uses: bubba/setup-haskell@7235984
3335
with:
3436
ghc-version: ${{ matrix.ghc }}
3537
cabal-version: '3.2'

0 commit comments

Comments
 (0)