Skip to content

Commit

Permalink
CI: bump stack to 2.9.3, ghc to 9.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Feb 11, 2023
1 parent fb1c7e7 commit f9cbed6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
stack: ["2.1.3"]
ghc: ["8.8.3"]
stack: ["2.9.3"]
ghc: ["9.2.5"]

steps:
- name: Get the version
Expand All @@ -32,8 +32,8 @@ jobs:
path: |
~/.stack
.stack-work
key: "${{ runner.os }}-${{ matrix.ghc }}-v1-${{ hashFiles('goldplate.cabal', 'stack.yaml', 'stack.yaml.lock') }}"
restore-keys: "${{ runner.os }}-${{ matrix.ghc }}-v1"
key: "${{ runner.os }}-stack-${{ matrix.stack }}-ghc-${{ matrix.ghc }}-${{ hashFiles('goldplate.cabal', 'stack.yaml', 'stack.yaml.lock') }}"
restore-keys: "${{ runner.os }}-stack-${{ matrix.stack }}-ghc-${{ matrix.ghc }}-"

- name: Setup Haskell Stack
uses: haskell/actions/setup@v1
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
sha256: 17870c63f8041ac17a38096124abeb953cb14d84bfc96deb88f9b24daa97b347
size: 649332
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/20/10.yaml
sha256: 17870c63f8041ac17a38096124abeb953cb14d84bfc96deb88f9b24daa97b347
original: lts-20.10

0 comments on commit f9cbed6

Please sign in to comment.