File tree Expand file tree Collapse file tree 4 files changed +13
-10
lines changed
Expand file tree Collapse file tree 4 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 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#
1515name : Haskell-CI
1616on :
2020 pull_request :
2121 branches :
2222 - master
23+ merge_group :
24+ branches :
25+ - master
2326jobs :
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- resolver : lts-24.6
1+ resolver : lts-24.12
Original file line number Diff line number Diff line change 1- resolver : nightly-2025-08-23
1+ resolver : nightly-2025-09-26
You can’t perform that action at this time.
0 commit comments