Skip to content

Commit

Permalink
Bump Stack CI to latest resolvers for GHCs 9.6 and 9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Jun 25, 2024
1 parent 0470a85 commit 3706ac5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
os: [ubuntu-latest]
plan:
- ghc: '9.8.2'
resolver: 'nightly-2024-04-25'
- ghc: '9.6.4'
resolver: 'lts-22.18'
resolver: 'nightly-2024-06-22'
- ghc: '9.6.5'
resolver: 'lts-22.26'
- ghc: '9.4.8'
resolver: 'lts-21.25'
- ghc: '9.2.8'
Expand All @@ -48,12 +48,12 @@ jobs:
- os: windows-latest
plan:
ghc: '9.8.2'
resolver: 'nightly-2024-04-25'
resolver: 'nightly-2024-06-22'

- os: macos-latest
plan:
ghc: '9.8.2'
resolver: 'nightly-2024-04-25'
resolver: 'nightly-2024-06-22'

runs-on: ${{ matrix.os }}
env:
Expand All @@ -72,7 +72,7 @@ jobs:
- uses: actions/cache/restore@v4
id: cache
env:
key: ${{ runner.os }}-ghc-${{ steps.setup.outputs.ghc-version }}-
key: ${{ runner.os }}-stack-${{ steps.setup.outputs.stack-version }}-ghc-${{ steps.setup.outputs.ghc-version }}
with:
path: ${{ steps.setup.outputs.stack-root }}
key: ${{ env.key }}-${{ github.sha }}
Expand Down

0 comments on commit 3706ac5

Please sign in to comment.