From a16cadfe777b45e04766a4f02d5c96c76983dfde Mon Sep 17 00:00:00 2001 From: Ezra elias kilty Cooper Date: Tue, 3 Oct 2023 09:21:02 -0700 Subject: [PATCH] Add prerelease GHC 9.8.0 to CI --- .github/workflows/haskell-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 91f4eea..e0c3b06 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -28,6 +28,11 @@ jobs: strategy: matrix: include: + - compiler: ghc-9.8.0.20230929 + compilerKind: ghc + compilerVersion: 9.8.0.20230929 + setup-method: ghcup + allow-failure: true - compiler: ghc-9.6.3 compilerKind: ghc compilerVersion: 9.6.3