File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ jobs:
5656 continue-on-error : true # Run all jobs in the matrix to the end
5757 strategy :
5858 matrix :
59- version : [9.14.0.20250908 ] # , latest-nightly] disable nightly while its broken
59+ version : [9.14.0.20251007 ] # , latest-nightly] disable nightly while its broken
6060 include :
6161 # - channel: https://ghc.gitlab.haskell.org/ghcup-metadata/ghcup-nightlies-0.0.7.yaml
6262 # version: latest-nightly
6363 - channel : https://raw.githubusercontent.com/haskell/ghcup-metadata/refs/heads/develop/ghcup-prereleases-0.0.9.yaml
64- version : 9.14.0.20250908
64+ version : 9.14.0.20251007
6565 steps :
6666 - uses : actions/checkout@v4
6767 with :
@@ -110,12 +110,12 @@ jobs:
110110 continue-on-error : true # Run all jobs in the matrix to the end
111111 strategy :
112112 matrix :
113- version : [9.14.0.20250908 ] # , latest-nightly] disable nightly while its broken
113+ version : [9.14.0.20251007 ] # , latest-nightly] disable nightly while its broken
114114 include :
115115 # - channel: https://ghc.gitlab.haskell.org/ghcup-metadata/ghcup-nightlies-0.0.7.yaml
116116 # version: latest-nightly
117117 - channel : https://raw.githubusercontent.com/haskell/ghcup-metadata/refs/heads/develop/ghcup-prereleases-0.0.9.yaml
118- version : 9.14.0.20250908
118+ version : 9.14.0.20251007
119119 steps :
120120 - uses : actions/checkout@v4
121121 with :
Original file line number Diff line number Diff line change 3030
3131 - uses : haskell-actions/setup@v2
3232 with :
33- ghc-version : 9.14.0.20250908
33+ ghc-version : 9.14.0.20251007
3434 cabal-version : 3.14
3535 ghcup-release-channel : https://raw.githubusercontent.com/haskell/ghcup-metadata/refs/heads/develop/ghcup-prereleases-0.0.9.yaml
3636
You can’t perform that action at this time.
0 commit comments