Skip to content

Commit

Permalink
Use GHC 9.6-rc1 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wz1000 committed Mar 8, 2023
1 parent 2ae73d4 commit 1eb11ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
ghc-version : ${{ inputs.ghc }}
cabal-version: ${{ inputs.cabal }}
enable-stack: false
ghcup-release-channel: "https://raw.githubusercontent.com/haskell/ghcup-metadata/b9fd40eef5a6409a0742a5a248cda0cc24510d45/ghcup-prereleases-0.0.7.yaml"
ghcup-release-channel: "https://raw.githubusercontent.com/haskell/ghcup-metadata/eadf9b61badc7bd5b6abf3f80975785f7e9b5052/ghcup-prereleases-0.0.7.yaml"

- if: inputs.os == 'Windows'
name: (Windows) Platform config
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/supported-ghc-versions.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[ "9.6.0.20230210", "9.4.4" , "9.2.5" , "9.0.2" , "8.10.7" ]
[ "9.6.0.20230302", "9.4.4" , "9.2.5" , "9.0.2" , "8.10.7" ]

0 comments on commit 1eb11ce

Please sign in to comment.