Skip to content

Commit bb29472

Browse files
committed
Bump Haskell CI to GHC 9.10.3
1 parent 58a57e9 commit bb29472

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/haskell-CI/haskell-ci
1010
#
11-
# version: 0.19.20250821
11+
# version: 0.19.20250917
1212
#
13-
# REGENDATA ("0.19.20250821",["github","fix-whitespace.cabal"])
13+
# REGENDATA ("0.19.20250917",["github","fix-whitespace.cabal"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -20,6 +20,9 @@ on:
2020
pull_request:
2121
branches:
2222
- master
23+
merge_group:
24+
branches:
25+
- master
2326
jobs:
2427
linux:
2528
name: Haskell-CI - Linux - ${{ matrix.compiler }}
@@ -32,19 +35,19 @@ jobs:
3235
strategy:
3336
matrix:
3437
include:
35-
- compiler: ghc-9.14.0.20250819
38+
- compiler: ghc-9.14.0.20250908
3639
compilerKind: ghc
37-
compilerVersion: 9.14.0.20250819
40+
compilerVersion: 9.14.0.20250908
3841
setup-method: ghcup-prerelease
3942
allow-failure: false
4043
- compiler: ghc-9.12.2
4144
compilerKind: ghc
4245
compilerVersion: 9.12.2
4346
setup-method: ghcup
4447
allow-failure: false
45-
- compiler: ghc-9.10.2
48+
- compiler: ghc-9.10.3
4649
compilerKind: ghc
47-
compilerVersion: 9.10.2
50+
compilerVersion: 9.10.3
4851
setup-method: ghcup
4952
allow-failure: false
5053
- compiler: ghc-9.8.4
@@ -219,7 +222,7 @@ jobs:
219222
chmod a+x $HOME/.cabal/bin/cabal-plan
220223
cabal-plan --version
221224
- name: checkout
222-
uses: actions/checkout@v4
225+
uses: actions/checkout@v5
223226
with:
224227
path: source
225228
- name: initial cabal.project for sdist

fix-whitespace.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tested-with:
1818
-- cabal-supported GHCs
1919
GHC == 9.14.1
2020
GHC == 9.12.2
21-
GHC == 9.10.2
21+
GHC == 9.10.3
2222
GHC == 9.8.4
2323
GHC == 9.6.7
2424
GHC == 9.4.8

stack-9.10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
resolver: lts-24.6
1+
resolver: lts-24.12

stack-9.12.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
resolver: nightly-2025-08-23
1+
resolver: nightly-2025-09-26

0 commit comments

Comments
 (0)