88#
99# For more information, see https://github.com/haskell-CI/haskell-ci
1010#
11- # version: 0.19.20250821
11+ # version: 0.19.20251118
1212#
13- # REGENDATA ("0.19.20250821 ",["github","--config=cabal.haskell-ci","cabal.project"])
13+ # REGENDATA ("0.19.20251118 ",["github","--config=cabal.haskell-ci","cabal.project"])
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 }}
@@ -38,19 +41,19 @@ jobs:
3841 strategy :
3942 matrix :
4043 include :
41- - compiler : ghc-9.14.0.20250819
44+ - compiler : ghc-9.14.0.20251104
4245 compilerKind : ghc
43- compilerVersion : 9.14.0.20250819
46+ compilerVersion : 9.14.0.20251104
4447 setup-method : ghcup-prerelease
4548 allow-failure : false
4649 - compiler : ghc-9.12.2
4750 compilerKind : ghc
4851 compilerVersion : 9.12.2
4952 setup-method : ghcup
5053 allow-failure : false
51- - compiler : ghc-9.10.2
54+ - compiler : ghc-9.10.3
5255 compilerKind : ghc
53- compilerVersion : 9.10.2
56+ compilerVersion : 9.10.3
5457 setup-method : ghcup
5558 allow-failure : false
5659 - compiler : ghc-9.8.4
@@ -205,7 +208,7 @@ jobs:
205208 key : ${{ runner.os }}-${{ matrix.compiler }}-tools-e93c7dce
206209 path : ~/.haskell-ci-tools
207210 - name : checkout
208- uses : actions/checkout@v4
211+ uses : actions/checkout@v5
209212 with :
210213 path : source
211214 - name : initial cabal.project for sdist
@@ -236,10 +239,6 @@ jobs:
236239 echo "package hpqtypes-effectful" >> cabal.project
237240 echo " ghc-options: -Werror=incomplete-patterns -Werror=incomplete-uni-patterns" >> cabal.project
238241 cat >> cabal.project <<EOF
239- source-repository-package
240- type: git
241- location: https://github.com/scrive/hpqtypes
242- tag: 8feaea012d5182574f9fa2c2ef2ca4654e062648
243242 EOF
244243 if $HEADHACKAGE; then
245244 echo "allow-newer: $($HCPKG list --simple-output | sed -E 's/([a-zA-Z-]+)-[0-9.]+/*:\1,/g')" >> cabal.project
0 commit comments