Skip to content

Commit

Permalink
Tweak ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jun 27, 2023
1 parent 3e69576 commit b59287f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
include:
- ghc: "8.10.7"
yaml: "stack-8.10.7.yaml"
- ghc: "9.0.2 (aeson-1)"
- ghc: "9.0.2"
yaml: "stack-9.0.2-aeson1.yaml"
- ghc: "9.0.2 (aeson-2)"
- ghc: "9.0.2"
yaml: "stack-9.0.2-aeson2.yaml"
- ghc: "9.2.8"
yaml: "stack-9.2.8.yaml"
Expand All @@ -51,7 +51,7 @@ jobs:
name: Cache ~/.stack
with:
path: ~/.stack
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ matrix.yaml }}-stack2
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ matrix.yaml }}

- name: Build
run: |
Expand Down

0 comments on commit b59287f

Please sign in to comment.