Skip to content

Commit

Permalink
CI: add GHC 9.6.1 (jaspervdj#984)
Browse files Browse the repository at this point in the history
* CI: add GHC 9.6.1

* Exclude GHC 9.6.1 on Windows because it fails to link
  • Loading branch information
Minoru authored Apr 25, 2023
1 parent 4f0971b commit add23d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@ jobs:
- "9.0.2"
- "9.2.7"
- "9.4.4"
- "9.6.1"
exclude:
# fails to build: "can't load framework: Cocoa (not found)"
- os: macOS-12
ghc: "8.6.5"
# fails to build: "can't load framework: Cocoa (not found)"
- os: macOS-12
ghc: "8.8.4"
# fails to link: https://github.com/jaspervdj/hakyll/issues/986
- os: windows-2022
ghc: "9.6.1"

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

0 comments on commit add23d3

Please sign in to comment.