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