Skip to content

Commit 8be879d

Browse files
committed
ci: building with oldest ghc is enough, save some carbon
1 parent b9b3739 commit 8be879d

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
@@ -37,8 +37,7 @@ jobs:
3737
matrix:
3838
plan:
3939
- { 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" }
40+
# - { ghc: "96" , stackyaml: "stack.yaml", stack: "stack --stack-yaml=stack.yaml" }
4241

4342
steps:
4443

0 commit comments

Comments
 (0)