@@ -32,7 +32,7 @@ defaults:
3232env :
3333 CI_PRERELEASE : " ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}"
3434 CI_RELEASE : " ${{ github.event_name == 'release' }}"
35- STACK_VERSION : " 2.9.3 "
35+ STACK_VERSION : " 2.15.1 "
3636
3737concurrency :
3838 # We never want two prereleases building at the same time, since they would
5555 include :
5656 - # If upgrading the Haskell image, also upgrade it in the lint job below
5757 os : ["ubuntu-latest"]
58- image : haskell:9.2.5 @sha256:2597b0e2458165a6635906204f7fac43c22e7d2a46aca1235a811194bb6cd419
58+ image : haskell:9.2.8 @sha256:b3b2f3909c7381bb96b8f18766f9407a3d6f61e0f07ea95e812583ac4f442cbb
5959 - os : ["macOS-11"]
6060 - os : ["windows-2019"]
6161 - os : ["self-hosted", "macos", "ARM64"]
9999 # and their Haskell environment is instead provided by a nix-shell
100100 # See https://github.com/purescript/purescript/pulls/4455
101101 if : " !contains(matrix.os, 'ubuntu-latest') && !contains(matrix.os, 'self-hosted')"
102- uses : " haskell/ actions/setup@v1 "
102+ uses : " haskell- actions/setup@v2 "
103103 with :
104104 enable-stack : true
105105 stack-version : " ${{ env.STACK_VERSION }}"
@@ -231,7 +231,7 @@ jobs:
231231 # means our published binaries will work on the widest number of platforms.
232232 # But the HLint binary downloaded by this job requires a newer glibc
233233 # version.
234- container : haskell:9.2.5 @sha256:2597b0e2458165a6635906204f7fac43c22e7d2a46aca1235a811194bb6cd419
234+ container : haskell:9.2.8 @sha256:b3b2f3909c7381bb96b8f18766f9407a3d6f61e0f07ea95e812583ac4f442cbb
235235
236236 steps :
237237 - # We need a proper Git repository, but the checkout step will unpack a tarball instead of doing a clone
0 commit comments