Skip to content

Commit 3f89d47

Browse files
committed
fix ci workflow
1 parent 5bcf240 commit 3f89d47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
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" }
39+
- { ghc: "910", stackyaml: "stack.yaml", stack: "stack --stack-yaml=stack.yaml" }
4140

4241
steps:
4342

0 commit comments

Comments
 (0)