Skip to content

Commit

Permalink
Update supported GHC versions
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Dec 5, 2022
1 parent 7f65832 commit b4defce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["9.0.1", "8.10.7", "8.8.4", "8.6.5"]
os: [ubuntu-latest]
ghc: ["9.4.2", "9.2.4", "9.0.2", "8.10.7", "8.8.4", "8.6.5"]
os: [ubuntu-latest, macOS-latest, windows-latest]
exclude:
- ghc: "9.4.2"
os: windows-latest

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b4defce

Please sign in to comment.