Skip to content

Commit 6113439

Browse files
committed
ci: Expand stack test matrix
1 parent 8fb1973 commit 6113439

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/stack.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ jobs:
2525
- resolver: lts-20 # GHC 9.2
2626
yaml: stack-master.yaml
2727
- resolver: lts-21 # GHC 9.4
28+
yaml: stack-master.yaml
29+
- resolver: lts-22 # GHC 9.6
2830
yaml: stack.yaml
29-
- resolver: lts-21 # GHC 9.4
31+
- resolver: lts-22 # GHC 9.6
3032
yaml: stack-master.yaml
3133

3234
steps:

0 commit comments

Comments
 (0)