Skip to content

Commit f7e3cb8

Browse files
committed
Replace ghc 9.2 by 9.8 in CI
1 parent 7ad84f7 commit f7e3cb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/workflow.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ jobs:
4747
module: [rules_haskell, rules_haskell_nix, rules_haskell_tests]
4848
bzlmod: [true, false]
4949
ghc:
50-
- 9.2.8
5150
- 9.4.6
5251
- 9.6.2
52+
- 9.8.1
5353
exclude:
5454
- module: rules_haskell_nix
5555

5656
bzlmod: false
5757
# TODO: in a MODULE.bazel file we declare version specific dependencies, would need to use stack snapshot json
5858
# and stack config per GHC version
59-
- ghc: 9.2.8
59+
- ghc: 9.8.1
6060
bzlmod: true
6161
- ghc: 9.6.2
6262
bzlmod: true
@@ -143,13 +143,13 @@ jobs:
143143
module: [rules_haskell, rules_haskell_tests]
144144
bzlmod: [true, false]
145145
ghc:
146-
- 9.2.8
147146
- 9.4.6
148147
- 9.6.2
148+
- 9.8.1
149149
exclude:
150150
# TODO: in a MODULE.bazel file we declare version specific dependencies, would need to use stack snapshot json
151151
# and stack config per GHC version
152-
- ghc: 9.2.8
152+
- ghc: 9.8.1
153153
bzlmod: true
154154
- ghc: 9.6.2
155155
bzlmod: true

0 commit comments

Comments
 (0)