Skip to content

Commit

Permalink
Also use latest 9.4 ghc release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alaendle authored Jan 10, 2024
1 parent c76571e commit 714c05d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- { cabal: "3.10", os: ubuntu-latest, ghc: "8.10.7" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.0.2" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.2.8" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.4.6" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.4.8" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.6.3" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.8.1" }
# Win
Expand All @@ -44,7 +44,7 @@ jobs:
- { cabal: "3.10", os: macOS-latest, ghc: "8.10.7" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.0.2" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.2.8" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.4.6" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.4.8" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.6.3" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.8.1" }
fail-fast: false
Expand Down

0 comments on commit 714c05d

Please sign in to comment.