mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-09 21:22:26 +03:00
parent
cf99c4ab5d
commit
b0c4bf6f22
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -69,7 +69,8 @@ jobs:
|
||||
# keep synced with branch protection rules, see link above
|
||||
plan:
|
||||
# the oldest supported ghc, to check backward compatibility
|
||||
- { ghc: "810", stack: "stack --stack-yaml=stack8.10.yaml" }
|
||||
# - { ghc: "810", stack: "stack --stack-yaml=stack8.10.yaml" }
|
||||
- { ghc: "944", stack: "stack --stack-yaml=stack9.4.yaml" }
|
||||
steps:
|
||||
|
||||
- name: Check out
|
||||
|
Loading…
Reference in New Issue
Block a user