Skip to content

Commit

Permalink
CI: bump stack to recommended (2.15.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Jul 3, 2024
1 parent c60b1a6 commit ec49483
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ec49483

Please sign in to comment.