mirror of
https://github.com/tfausak/witch.git
synced 2024-11-22 14:58:13 +03:00
Fix Cabal version numbers
This commit is contained in:
parent
acc50894b8
commit
39d2fcc8e8
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -18,8 +18,8 @@ jobs:
|
||||
- { os: ubuntu-20.04, ghc: 9.0.1, cabal: 3.4.0.0 }
|
||||
- { os: macos-10.15, ghc: 9.0.1, cabal: 3.4.0.0 }
|
||||
- { os: windows-2019, ghc: 9.0.1, cabal: 3.4.0.0 }
|
||||
- { os: ubuntu-20.04, ghc: 8.10.4, cabal: 3.2.1.0 }
|
||||
- { os: ubuntu-20.04, ghc: 8.8.4, cabal: 3.0.1.0 }
|
||||
- { os: ubuntu-20.04, ghc: 8.10.4, cabal: 3.2.0.0 }
|
||||
- { os: ubuntu-20.04, ghc: 8.8.4, cabal: 3.0.0.0 }
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user