Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit c0f7820

Browse files
authored
Flesh out ghc versions
1 parent 1640fd1 commit c0f7820

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,16 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest , macOS-latest] # , windows-latest]
13-
ghc: ['8.6.5', '8.4.4']
13+
ghc: ['8.6.5', '8.6.4', '8.6.3', '8.6.2', '8.6.1', '8.4.4', '8.4.3', '8.4.2']
1414

1515
steps:
16-
# - name: Install ghc and cabal-install
17-
# if: startsWith(matrix.os, 'macOS')
18-
# run: brew install ghc cabal-install
1916
- uses: actions/checkout@v1
2017
with:
2118
submodules: recursive
2219
- uses: bubba/setup-haskell@macos-ghcup
2320
with:
2421
ghc-version: ${{matrix.ghc}}
2522
cabal-version: '3.0'
26-
# if: startsWith(matrix.os, 'ubuntu')
2723
- name: Install dependencies
2824
run: |
2925
cabal update

0 commit comments

Comments
 (0)