Skip to content

Commit

Permalink
workflows/stack: Add non-master resolver for lts-16
Browse files Browse the repository at this point in the history
  • Loading branch information
slotThe committed Jan 18, 2025
1 parent 1f13bb2 commit 7cc8d50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
fail-fast: false
matrix:
include:
- resolver: lts-16 # GHC 8.6
yaml: stack.yaml
- resolver: lts-16 # GHC 8.8
yaml: stack-master.yaml
- resolver: lts-18 # GHC 8.10
Expand Down

0 comments on commit 7cc8d50

Please sign in to comment.