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 5bcf240 commit 3f89d47Copy full SHA for 3f89d47
.github/workflows/ci.yml
@@ -36,8 +36,7 @@ jobs:
36
fail-fast: false
37
matrix:
38
plan:
39
- - { ghc: "810" , stackyaml: "stack8.10.yaml", stack: "stack --stack-yaml=stack8.10.yaml" }
40
- # - { ghc: "96" , stackyaml: "stack.yaml", stack: "stack --stack-yaml=stack.yaml" }
+ - { ghc: "910", stackyaml: "stack.yaml", stack: "stack --stack-yaml=stack.yaml" }
41
42
steps:
43
0 commit comments