From ec49483bfc012387b227434aba94f59a6ecd0900 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Wed, 3 Jul 2024 08:11:23 +0200 Subject: [PATCH] CI: bump stack to recommended (2.15.5) --- .github/workflows/workflow.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 7dd4817..62b87d5 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -289,7 +289,8 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - stack: ["latest", "2.9.3"] + stack: ["latest", "2.15.5"] + # test latest and recommended version of stack steps: - uses: actions/checkout@v4 @@ -310,7 +311,7 @@ jobs: # NB: we invoke `stack path` twice, because the first time it # might install things (like MSYS2 on Windows) which clobber the output. run: | - stack path --system-ghc + stack path --system-ghc --stack-root expected_stack_root=$(stack path --system-ghc --stack-root) if [ "${expected_stack_root}" != "${{ steps.setup.outputs.stack-root }}" ]; then