Skip to content

Commit

Permalink
run CI build/tests with ghc 8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Sep 1, 2023
1 parent e9a2bf0 commit a45a154
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@ jobs:
fail-fast: false
matrix:
plan:
# - { ghc: "80" , stack: "stack --stack-yaml=stack80.yaml" }
# - { ghc: "82" , stack: "stack --stack-yaml=stack82.yaml" }
# - { ghc: "84" , stack: "stack --stack-yaml=stack84.yaml" }
# - { ghc: "86" , stack: "stack --stack-yaml=stack86.yaml" }
- { ghc: "88" , stack: "stack --stack-yaml=stack.yaml" }
- { ghc: "810" , stack: "stack --stack-yaml=stack810.yaml" }
- { ghc: "810" , stack: "stack --resolver=lts-18.28" }

steps:

Expand Down

0 comments on commit a45a154

Please sign in to comment.