Skip to content

Commit 57b45bc

Browse files
committed
WIP
1 parent 4db76a3 commit 57b45bc

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 7 additions & 4 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.20250916
11+
# version: 0.19.20251211
1212
#
13-
# REGENDATA ("0.19.20250916",["github","cabal.project"])
13+
# REGENDATA ("0.19.20251211",["github","cabal.project"])
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,9 +35,9 @@ jobs:
3235
strategy:
3336
matrix:
3437
include:
35-
- compiler: ghc-9.14.0.20250908
38+
- compiler: ghc-9.14.0.20251128
3639
compilerKind: ghc
37-
compilerVersion: 9.14.0.20250908
40+
compilerVersion: 9.14.0.20251128
3841
setup-method: ghcup-prerelease
3942
allow-failure: false
4043
- compiler: ghc-9.12.2

0 commit comments

Comments
 (0)