Improve CI coverage (#85)

Build with lts-12. LTS-11 is too far out of date, though.

Former-commit-id: edbfa373638eac25f6c8eb90dcd87101c01dfb79
This commit is contained in:
David Himmelstrup 2020-06-03 12:50:28 +08:00 committed by GitHub
commit e87ac888fb
5 changed files with 11 additions and 23 deletions

View file

@ -16,9 +16,12 @@ jobs:
stack-lts-13:
BUILD: stack
STACK_YAML: stack-lts-13.yaml
#stack-nightly:
# BUILD: stack
# ARGS: --resolver nightly
stack-lts-12:
BUILD: stack
STACK_YAML: stack-lts-12.yaml
stack-nightly:
BUILD: stack
ARGS: --resolver nightly
maxParallel: 6
steps:
- task: Cache@2