CI: Use cabal 2.4 even with ghc 8.0.2
This commit is contained in:
parent
9d6c3fa41f
commit
8d584b5826
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -44,8 +44,8 @@ jobs:
|
|||
matrix:
|
||||
versions:
|
||||
- ghc: '8.0.2'
|
||||
cabal: '2.2'
|
||||
prefix: 'new-'
|
||||
cabal: '2.4'
|
||||
prefix: 'v2-'
|
||||
cabalopts: ''
|
||||
testopts: ''
|
||||
- ghc: '8.2.2'
|
||||
|
|
Loading…
Add table
Reference in a new issue