Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sergv committed Nov 3, 2023
1 parent 1f077be commit 9fecfc0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/haskell-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
- "9.2"
- "9.4"
- "9.6"
- "9.8"
include:
- os: macOS-latest
ghc: "9.6"
ghc: "9.8"
- os: windows-latest
ghc: "9.6"
ghc: "9.8"
steps:
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2
Expand Down

0 comments on commit 9fecfc0

Please sign in to comment.