Skip to content

Commit 72c3203

Browse files
committed
CI: Add GHC 9.6.2 to "Build & Test - Nixpkgs" job matrix
1 parent 65f396e commit 72c3203

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
@@ -55,13 +55,16 @@ jobs:
5555
ghc:
5656
- 9.2.8
5757
- 9.4.6
58+
- 9.6.2
5859
exclude:
5960
- module: rules_haskell_nix
6061
bzlmod: false
6162
# TODO: in a MODULE.bazel file we declare version specific dependencies, would need to use stack snapshot json
6263
# and stack config per GHC version
6364
- ghc: 9.4.6
6465
bzlmod: true
66+
- ghc: 9.6.2
67+
bzlmod: true
6568
runs-on: ${{ matrix.os }}
6669
steps:
6770
- if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)