Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
CI: add GHC 9.4, retire 9.2.5/win
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Aug 8, 2023
1 parent 1499554 commit 25533b9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- ghc: latest
cabal: latest
# Recommended releases (update according to ghcup)
# 9.4 will be recommended soon
- ghc: "9.4"
cabal: "3.8"
- ghc: "9.2"
cabal: "3.6"
# Some previously recommended releases of ghc with matching cabal
Expand Down Expand Up @@ -119,10 +122,6 @@ jobs:
plan:
ghc: "9.4.3"
cabal: "3.8.1.0"
- os: windows-latest
plan:
ghc: "9.2.5"
cabal: "3.6"

# Test ghcup on windows (PR #206) which choco does not have 9.4.5
- os: windows-latest
Expand Down

0 comments on commit 25533b9

Please sign in to comment.