Skip to content

Commit 94729c6

Browse files
committed
Add GHC 9.6.2 to test-bindist CI matrix
1 parent 3912117 commit 94729c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/workflow.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,14 @@ jobs:
162162
ghc:
163163
- 9.2.8
164164
- 9.4.6
165+
- 9.6.2
165166
exclude:
166167
# TODO: in a MODULE.bazel file we declare version specific dependencies, would need to use stack snapshot json
167168
# and stack config per GHC version
168169
- ghc: 9.4.6
169170
bzlmod: true
171+
- ghc: 9.6.2
172+
bzlmod: true
170173
env:
171174
# prevent auto-detection of system compilers on Windows
172175
BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN: ${{ matrix.os == 'windows-latest' && 1 || 0 }}

0 commit comments

Comments
 (0)