workflows/stack: Add non-master resolver for lts-16

This commit is contained in:
Tony Zorman 2025-01-18 18:11:35 +01:00
parent 1f13bb2468
commit c0a5bc5f0f

View File

@ -12,6 +12,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- resolver: lts-16 # GHC 8.8
yaml: stack.yaml
- resolver: lts-16 # GHC 8.8 - resolver: lts-16 # GHC 8.8
yaml: stack-master.yaml yaml: stack-master.yaml
- resolver: lts-18 # GHC 8.10 - resolver: lts-18 # GHC 8.10