Skip to content

Commit

Permalink
ci: fix stack.yaml versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jul 18, 2024
1 parent ce0c067 commit c8f6b3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/sandwich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- "8.10.7"
- "9.0.2"
- "9.2.8"
- "9.4.7"
- "9.6.3"
- "9.4.8"
- "9.6.5"
- "9.8.1"
exclude:
# Access violation in generated code when executing data at 0x6d88
Expand Down Expand Up @@ -72,10 +72,10 @@ jobs:
include:
- ghc: "9.2.8"
yaml: "stack-9.2.8.yaml"
- ghc: "9.4.7"
yaml: "stack-9.4.7.yaml"
- ghc: "9.6.3"
yaml: "stack-9.6.3.yaml"
- ghc: "9.4.8"
yaml: "stack-9.4.8.yaml"
- ghc: "9.6.5"
yaml: "stack-9.6.5.yaml"
- ghc: "9.8.1"
yaml: "stack-9.8.1.yaml"

Expand Down

0 comments on commit c8f6b3a

Please sign in to comment.