Skip to content

Commit

Permalink
Merge pull request #5 from erikd/master
Browse files Browse the repository at this point in the history
CI: Test with ghc 9.10
  • Loading branch information
AndreasPK authored May 30, 2024
2 parents c17dce1 + 13d397f commit 28c569e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
strategy:
matrix:
include:
- ghc: 9.0.1
- ghc: 9.10.1
allow-failure: false
- ghc: 9.0.2
allow-failure: false
- ghc: 8.10.3
allow-failure: false
Expand Down

0 comments on commit 28c569e

Please sign in to comment.