Skip to content

Commit 1dcb7db

Browse files
committed
ci: Bump GHC version to 9.14 alpha3
1 parent 6c4cb99 commit 1dcb7db

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/debugger.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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

0 commit comments

Comments
 (0)