From dbab2acfbb419659e4f3ec7a86e2bfb21044d196 Mon Sep 17 00:00:00 2001 From: Peter Becich Date: Sun, 18 Sep 2022 12:31:42 -0700 Subject: [PATCH] bump GHC fix version and Cabal minor version in Github Action --- .github/workflows/master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 2ce0a91c..4dd2d973 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -13,13 +13,13 @@ jobs: strategy: matrix: os: [ubuntu-latest] - cabal: ["3.6"] + cabal: ["3.8.1.0"] ghc: - "8.6.5" - "8.8.4" - "8.10.7" - "9.0.2" - - "9.2.2" + - "9.2.4" steps: - uses: actions/checkout@v2