We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f18441 commit a2794e2Copy full SHA for a2794e2
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build-lts:
4
docker:
5
- - image: fpco/stack-build:lts-11.11
+ - image: fpco/stack-build:lts-12.16
6
steps:
7
- checkout
8
- restore_cache:
@@ -20,7 +20,7 @@ jobs:
20
21
build-nightly:
22
23
24
25
26
0 commit comments