mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
Use lts-11.5 for 8.2 job
This is same GHC version, but newer other packages, which we need after updating for yesod-1.6. The 11.5 yaml is equivalent to stack.yaml, but we'll keep it distinct for when we update our default development resolver.
This commit is contained in:
parent
4849477e99
commit
d65d0b7386
@ -51,7 +51,7 @@ jobs:
|
||||
build_8.2.2:
|
||||
<<: *stack_build
|
||||
environment:
|
||||
STACK_ARGUMENTS: --stack-yaml stack-lts-10.3.yaml
|
||||
STACK_ARGUMENTS: --stack-yaml stack-lts-11.5.yaml
|
||||
build:
|
||||
<<: *stack_build
|
||||
build_nightly:
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
---
|
||||
resolver: lts-10.3
|
||||
extra-deps:
|
||||
- http-types-0.12.1
|
||||
- yesod-auth-1.6.3
|
||||
- yesod-core-1.6.3
|
||||
4
stack-lts-11.5.yaml
Normal file
4
stack-lts-11.5.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
resolver: lts-11.5
|
||||
extra-deps:
|
||||
- hoauth2-1.7.1
|
||||
Loading…
Reference in New Issue
Block a user