Skip to content

Commit

Permalink
Use ghc-9.8.1 in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Nov 29, 2023
1 parent 1208c9c commit 65cd823
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- 9.2.8+exe
- 9.4.7
- 9.6.2
- 9.8.0
- 9.8.1
- latest-nightly
- hlint

Expand Down Expand Up @@ -121,10 +121,8 @@ jobs:
runner: ubuntu-latest
cabal_version: 3.10.1.0

# [TODO] Update once GHC 9.8.1 is released
- name: 9.8.0
ghc_version: 9.8.0.20230822
ghcup_release_channel: "https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.7.yaml"
- name: 9.8.1
ghc_version: 9.8.1
runner: ubuntu-latest
cabal_version: latest

Expand Down

0 comments on commit 65cd823

Please sign in to comment.