Skip to content

Commit 1eb11ce

Browse files
committed
Use GHC 9.6-rc1 in CI
1 parent 2ae73d4 commit 1eb11ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-build/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
ghc-version : ${{ inputs.ghc }}
3838
cabal-version: ${{ inputs.cabal }}
3939
enable-stack: false
40-
ghcup-release-channel: "https://raw.githubusercontent.com/haskell/ghcup-metadata/b9fd40eef5a6409a0742a5a248cda0cc24510d45/ghcup-prereleases-0.0.7.yaml"
40+
ghcup-release-channel: "https://raw.githubusercontent.com/haskell/ghcup-metadata/eadf9b61badc7bd5b6abf3f80975785f7e9b5052/ghcup-prereleases-0.0.7.yaml"
4141

4242
- if: inputs.os == 'Windows'
4343
name: (Windows) Platform config
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[ "9.6.0.20230210", "9.4.4" , "9.2.5" , "9.0.2" , "8.10.7" ]
1+
[ "9.6.0.20230302", "9.4.4" , "9.2.5" , "9.0.2" , "8.10.7" ]

0 commit comments

Comments
 (0)