CI: Use cabal 2.4 even with ghc 8.0.2

This commit is contained in:
John MacFarlane 2021-04-18 21:58:55 -07:00
parent 9d6c3fa41f
commit 8d584b5826

View file

@ -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'