diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4f07a86..0bdace2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,8 +18,8 @@ jobs: needs: ormolu strategy: matrix: - cabal: ["3.8"] - ghc: ["9.0.2", "9.2.5", "9.4.4"] + cabal: ["3.10"] + ghc: ["9.2.7", "9.4.4", "9.6.1"] env: CONFIG: "--enable-tests --enable-benchmarks --flags=dev" steps: @@ -49,8 +49,8 @@ jobs: needs: ormolu strategy: matrix: - cabal: ["3.8"] - ghc: ["9.0.2", "9.2.5", "9.4.4"] + cabal: ["3.10"] + ghc: ["9.2.7", "9.4.4", "9.6.1"] env: CONFIG: "--enable-tests --enable-benchmarks --flags=dev" steps: diff --git a/path-io.cabal b/path-io.cabal index 967e323..7168f90 100644 --- a/path-io.cabal +++ b/path-io.cabal @@ -5,7 +5,7 @@ license: BSD-3-Clause license-file: LICENSE.md maintainer: Mark Karpov author: Mark Karpov -tested-with: ghc ==9.0.2 ghc ==9.2.5 ghc ==9.4.4 +tested-with: ghc ==9.2.7 ghc ==9.4.4 ghc ==9.6.1 homepage: https://github.com/mrkkrp/path-io bug-reports: https://github.com/mrkkrp/path-io/issues synopsis: Interface to ‘directory’ package for users of ‘path’