Skip to content

Commit a1d8f9a

Browse files
authored
Merge pull request #224 from bubba/ghc-8.8.4-github-actions
Add static binaries for ghc-8.8.4
2 parents 4fb4998 + 1b2efff commit a1d8f9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ghc: ['8.10.1', '8.8.3', '8.8.2', '8.6.5', '8.6.4']
14+
ghc: ['8.10.1', '8.8.4', '8.8.3', '8.8.2', '8.6.5', '8.6.4']
1515
os: [ubuntu-latest, macOS-latest, windows-latest]
1616
exclude:
1717
- os: windows-latest
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v2
2424
with:
2525
submodules: true
26-
- uses: actions/setup-haskell@v1.1.1
26+
- uses: bubba/setup-haskell@d8110230d
2727
with:
2828
ghc-version: ${{ matrix.ghc }}
2929
cabal-version: '3.2'

0 commit comments

Comments
 (0)