From a17fa0d28bd271620e70b9f3ded0a2a9e13e7f16 Mon Sep 17 00:00:00 2001 From: Tony Zorman Date: Fri, 31 Mar 2023 07:48:46 +0200 Subject: [PATCH] ci: Bump 9.2 and 9.4 minor versions The stack CI already tests against 9.2.7 instead of 9.2.5 (as the cabal file said), since we just specify the major version of the LTS resolver, and lts-20 is up to 9.2.7 by now. Not much has changed since 9.2.5, but update the haskell-ci workflow regardless. Likewise, 9.4 can be bumped one minor version, so do that as well. Related: xmonad/xmonad-contrib@1d84db959ca8ea04f64d8451cfe065c2bb17958b --- .github/workflows/haskell-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 413618d..a963424 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -40,14 +40,14 @@ jobs: compilerVersion: 9.6.1 setup-method: ghcup allow-failure: false - - compiler: ghc-9.4.3 + - compiler: ghc-9.4.4 compilerKind: ghc - compilerVersion: 9.4.3 + compilerVersion: 9.4.4 setup-method: ghcup allow-failure: false - - compiler: ghc-9.2.5 + - compiler: ghc-9.2.7 compilerKind: ghc - compilerVersion: 9.2.5 + compilerVersion: 9.2.7 setup-method: ghcup allow-failure: false - compiler: ghc-9.0.2