Skip to content

Commit

Permalink
ci: Update to GHC 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Oct 19, 2023
1 parent d5f74a8 commit 16d2b1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/container-linux-static/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fpco/alpine-haskell-stack:9.2.7
FROM ghcr.io/fpco/alpine-haskell-stack:9.4.5

RUN apk upgrade --no-cache &&\
apk add --no-cache \
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
include:
- os: ubuntu-20.04
shell: bash
container: "{\"image\": \"elopeztob/alpine-haskell-stack-echidna:9.2.7\", \"options\": \"--user 1001\"}"
container: "{\"image\": \"elopeztob/alpine-haskell-stack-echidna:9.4.5\", \"options\": \"--user 1001\"}"
- os: macos-latest
shell: bash
- os: windows-latest
Expand Down Expand Up @@ -59,11 +59,11 @@ jobs:
openssl:p
- name: Install Stack
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2
id: stack
if: matrix.container == ''
with:
ghc-version: '9.2'
ghc-version: '9.4'
enable-stack: true
stack-version: 'latest'

Expand Down

0 comments on commit 16d2b1e

Please sign in to comment.