ci: only run on compatible GHC versions, fix clone URL

This commit is contained in:
thomasjm 2024-02-02 22:16:42 -08:00
parent b2acabda75
commit 9731de3a70

View File

@ -13,11 +13,8 @@ jobs:
matrix:
os: [ubuntu-latest, macOS-latest]
ghc:
- "8.10.7"
- "9.0.2"
- "9.2.8"
- "9.4.7"
- "9.6.3"
- "9.4.8"
- "9.6.4"
- "9.8.1"
steps:
@ -38,7 +35,7 @@ jobs:
- name: Clone hledger
run: |
git clone git@github.com:simonmichael/hledger.git
git clone https://github.com/simonmichael/hledger.git
cd hledger
-- TODO: just shallow clone this somehow. Use Nix?
git reset --hard d702788a6432fa9ae49da082987463f7b907572c