Skip to content

Commit

Permalink
Merge PR haskell#501
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Jun 22, 2021
2 parents 204bc97 + e31f98c commit a7d2940
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ jobs:
build:

runs-on: ${{ matrix.os }}
timeout-minutes: 10

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10']
ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10.4']
exclude:
- os: windows-latest
ghc: "8.0"
Expand All @@ -40,10 +41,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-haskell@v1.1.3
- uses: haskell/actions/setup@v1
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: '3.2'
cabal-version: '3.4'

- name: Cache
uses: actions/cache@v1
Expand Down

0 comments on commit a7d2940

Please sign in to comment.