We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2299e33 commit 5038fa0Copy full SHA for 5038fa0
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2
3
jobs:
4
build:
5
docker:
6
- - image: fpco/stack-build:lts-12.9
+ - image: fpco/stack-build:lts-14.27
7
steps:
8
- checkout
9
@@ -30,7 +30,7 @@ jobs:
30
31
test:
32
33
34
35
36
- restore_cache:
stack.yaml
@@ -2,4 +2,4 @@ flags: {}
2
packages:
- .
extra-deps: []
-resolver: lts-13.20
+resolver: lts-14.27
0 commit comments