We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b3739 commit 8be879dCopy full SHA for 8be879d
.github/workflows/ci.yml
@@ -37,8 +37,7 @@ jobs:
37
matrix:
38
plan:
39
- { ghc: "810" , stackyaml: "stack8.10.yaml", stack: "stack --stack-yaml=stack8.10.yaml" }
40
- - { ghc: "94" , stackyaml: "stack9.4.yaml", stack: "stack --stack-yaml=stack9.4.yaml" }
41
- - { ghc: "96" , stackyaml: "stack.yaml", stack: "stack --stack-yaml=stack.yaml" }
+ # - { ghc: "96" , stackyaml: "stack.yaml", stack: "stack --stack-yaml=stack.yaml" }
42
43
steps:
44
0 commit comments