Skip to content

Commit

Permalink
Add missing window builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailrun committed Jun 7, 2021
1 parent a366569 commit 54470b0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,18 @@ jobs:
- os: ubuntu-latest
ghc: '8.6.5'
test: true
- os: windows-latest
ghc: '8.6.5'
test: true
# only build rest of supported ghc versions for windows
# Disable window test temporarily because choco does not have GHC 8.10.5 yet
- os: windows-latest
ghc: '8.10.5'
test: true
- os: windows-latest
ghc: '8.10.4'
- os: windows-latest
ghc: '8.10.3'
- os: windows-latest
ghc: '8.6.5'
test: true
# This build get stuck frequently
# - os: windows-latest
# ghc: '8.6.4'
Expand Down

0 comments on commit 54470b0

Please sign in to comment.