Skip to content

Commit

Permalink
Merge pull request #631 from mihaimaruseac/switch-ghc-cabal
Browse files Browse the repository at this point in the history
Swtich to GHC 9.2.5 in Cabal CI
  • Loading branch information
mihaimaruseac authored Dec 18, 2022
2 parents 99b648b + a4ab8f7 commit cc71dd3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Cabal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ jobs:
fail-fast: false # Windows builds randomly fail
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
ghc: ["8.10.7", "9.2.2", "9.4.1"]
ghc: ["8.10.7", "9.2.5", "9.4.1"]
exclude:
# https://github.com/haskell/actions/issues/129
- os: windows-latest
ghc: "9.4.1"
- os: windows-latest
ghc: "9.2.5"
env:
CONFIG: "--enable-tests --enable-benchmarks"
steps:
Expand Down

0 comments on commit cc71dd3

Please sign in to comment.