From e5485955e7d2609c3ded7b5211e8be8307185d75 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Mon, 13 Jul 2020 11:11:33 -0400 Subject: [PATCH] Bump CI to the latest cabal. --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index e61f342..0b74723 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: ghc: ["8.2.2", "8.4.4", "8.6.5", "8.8.1"] - cabal: ["3.0"] + cabal: ["latest"] steps: - uses: actions/checkout@master