Skip to content

Commit 342168f

Browse files
committed
Try more recent haskell image
1 parent 2156c02 commit 342168f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defaults: &defaults
22
working_directory: ~/build
33
docker:
4-
- image: alanz/haskell-hie-ci
4+
- image: haskell:9.6.4-slim-buster
55
resource_class: large
66
steps:
77
- checkout
@@ -80,7 +80,7 @@ jobs:
8080
- STACK_FILE: "stack-lts21.yaml"
8181
<<: *defaults
8282

83-
stackage-nightly:
83+
stackage-lts22:
8484
environment:
8585
- STACK_FILE: "stack.yaml"
8686
<<: *defaults
@@ -91,4 +91,4 @@ workflows:
9191
multiple-ghcs:
9292
jobs:
9393
- stackage-lts21
94-
- stackage-nightly
94+
- stackage-lts22

0 commit comments

Comments
 (0)