Use Cabal 3.8 on CI

This commit is contained in:
Mark Karpov 2022-10-03 11:06:29 +02:00
parent ed19ea7bd3
commit 259e3a91a7
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C

View File

@ -18,7 +18,7 @@ jobs:
needs: ormolu
strategy:
matrix:
cabal: ["3.6"]
cabal: ["3.8"]
ghc: ["9.0.2", "9.2.4", "9.4.1"]
env:
CONFIG: "--enable-tests --enable-benchmarks --flags=dev"