Configure non-latest CI build via STACK_YAML

So weeder will respect it as well.
This commit is contained in:
patrick brisbin 2018-07-28 15:41:38 -04:00
parent 555b91f953
commit 9142acd1ab

View File

@ -40,7 +40,9 @@ jobs:
build_8.2.2:
<<: *stack_build
environment:
STACK_ARGUMENTS: --stack-yaml stack-lts-11.18.yaml
# Set this one via ENV var so that weeder respects it too. See
# https://github.com/ndmitchell/weeder/issues/41.
STACK_YAML: stack-lts-11.18.yaml
build_8.4.3:
<<: *stack_build
environment: