Skip to content

Commit

Permalink
ci: Expand stack test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed May 13, 2024
1 parent 8fb1973 commit 6113439
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
- resolver: lts-20 # GHC 9.2
yaml: stack-master.yaml
- resolver: lts-21 # GHC 9.4
yaml: stack-master.yaml
- resolver: lts-22 # GHC 9.6
yaml: stack.yaml
- resolver: lts-21 # GHC 9.4
- resolver: lts-22 # GHC 9.6
yaml: stack-master.yaml

steps:
Expand Down

0 comments on commit 6113439

Please sign in to comment.