From 13ee86595e489111cba07aa34ff9bf3d0efd7464 Mon Sep 17 00:00:00 2001 From: Sven Tennie Date: Thu, 17 Oct 2024 12:43:36 +0200 Subject: [PATCH] chore: Test GHC 9.8.2 This a stable release supported by the GHC team. --- .github/workflows/haskell-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 1744070..ebab07e 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -34,9 +34,11 @@ jobs: strategy: matrix: include: - - compiler: ghc-9.6.2 + - compiler: ghc-9.8.2 compilerKind: ghc - compilerVersion: 9.6.2 + compilerVersion: 9.8.2 + setup-method: ghcup + allow-failure: false - compiler: ghc-9.6.6 compilerKind: ghc compilerVersion: 9.6.6