ci: bump Cabal from 3.2 to 3.4

This commit is contained in:
Richard Marko 2022-04-02 12:03:26 +02:00
parent d784788cda
commit 61fdedef29
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ in haskellCi.generalCi
, haskellCi.GHC.GHC884 , haskellCi.GHC.GHC884
, haskellCi.GHC.GHC865 , haskellCi.GHC.GHC865
] ]
, cabal = [ haskellCi.Cabal.Cabal32 ] , cabal = [ haskellCi.Cabal.Cabal34 ]
} }
) )
// { on = [ haskellCi.Event.push // { on = [ haskellCi.Event.push

View File

@ -35,7 +35,7 @@ jobs:
strategy: strategy:
matrix: matrix:
cabal: cabal:
- '3.2' - '3.4'
ghc: ghc:
- '9.0.2' - '9.0.2'
- '8.10.7' - '8.10.7'