From 251fac46b3e1d10748cbb095724df50bb5f26fea Mon Sep 17 00:00:00 2001 From: parsonsmatt Date: Tue, 2 Jan 2024 16:48:23 -0700 Subject: [PATCH] add ghc 98 to ci --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index ffcb2be49..eef40ec1c 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -33,7 +33,7 @@ jobs: strategy: matrix: cabal: ["3.8.1.0"] - ghc: ["8.6.5", "8.8.4", "8.10.4", "9.0.2", "9.2.2", "9.4.5", "9.6.2"] + ghc: ["8.6.5", "8.8.4", "8.10.4", "9.0.2", "9.2.2", "9.4.5", "9.6.2", "9.8"] env: CONFIG: "--enable-tests --enable-benchmarks " steps: