From 1cf9f5a648f90d5ea3dce76304a98f46f55c2fe3 Mon Sep 17 00:00:00 2001 From: skykanin <3789764+skykanin@users.noreply.github.com> Date: Fri, 21 Apr 2023 12:47:50 +0200 Subject: [PATCH] update CI GHC version: 9.2.3 -> 9.2.7 --- .github/workflows/haskell-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 415a3f1..5715105 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -43,9 +43,9 @@ jobs: compilerVersion: 9.4.4 setup-method: ghcup allow-failure: false - - compiler: ghc-9.2.3 + - compiler: ghc-9.2.7 compilerKind: ghc - compilerVersion: 9.2.3 + compilerVersion: 9.2.7 setup-method: ghcup allow-failure: false - compiler: ghc-9.0.2