From c5738cc2396c383486ae41524c6a951becc0e930 Mon Sep 17 00:00:00 2001 From: Ziyang Liu Date: Thu, 12 Dec 2024 18:53:03 -0800 Subject: [PATCH] Test with GHC 9.6.6 and 9.8.2 (#153) --- .github/workflows/haskell-ci.yml | 2 +- apply-refact.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index a294e56..c8c1abe 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghc: ["9.8.1", "9.6.3", "9.4.6", "9.2.8"] + ghc: ["9.8.2", "9.6.6", "9.4.6", "9.2.8"] env: CONFIG: "--enable-tests --enable-benchmarks" steps: diff --git a/apply-refact.cabal b/apply-refact.cabal index 34a5945..abf3920 100644 --- a/apply-refact.cabal +++ b/apply-refact.cabal @@ -22,7 +22,7 @@ extra-source-files: tests/examples/*.hs.expected tests/examples/*.hs.refact -tested-with: GHC ==9.2.8 || ==9.4.6 || ==9.6.3 || ==9.8.1 +tested-with: GHC ==9.2.8 || ==9.4.6 || ==9.6.6 || ==9.8.2 source-repository head type: git