Skip to content

Commit

Permalink
CI: Test GHC 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Jan 26, 2022
1 parent fa28b2c commit 0c0a2f1
Show file tree
Hide file tree
Showing 2 changed files with 421 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,15 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-18.04, macos-10.15, windows-latest]
ghc: ["8.8.4", "8.10.7"]
ghc: ["8.8.4", "8.10.7", "9.0.2"]
exclude:
- os: windows-latest
ghc: "8.8.4"
# Exclude 9.0 on Windows for now until
# https://github.com/commercialhaskell/stackage/issues/6400
# is resolved
- os: windows-latest
ghc: "9.0.2"
outputs:
cabal-test-suites-json: ${{ steps.cabal-test-suites.outputs.targets-json }}
steps:
Expand Down
Loading

0 comments on commit 0c0a2f1

Please sign in to comment.