From 0000202ce6e5a169877181efe8da0555fac109a3 Mon Sep 17 00:00:00 2001 From: Artem Pelenitsyn Date: Sat, 27 Nov 2021 05:14:17 -0500 Subject: fix CI for 9.2 (#1436) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83677352..9268c6b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,9 @@ jobs: strategy: matrix: os: [ubuntu-latest] - cabal: ["3.4"] + cabal: ["3.6"] ghc: - - "9.2.0.20210821" + - "9.2.1" steps: - uses: actions/checkout@v2 -- cgit v1.2.3