Skip to content

Commit

Permalink
Merge pull request #51 from haskell-works/newhoggy/update-supported-g…
Browse files Browse the repository at this point in the history
…hc-versions

Update supported GHC versions
  • Loading branch information
newhoggy committed Dec 5, 2022
2 parents a525cbb + 77b2ebd commit cd26a58
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .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.2.2", "9.0.2", "8.10.7", "8.8.4", "8.6.5"]
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 cd26a58

Please sign in to comment.