diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 583cf75..94107bc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,8 +18,8 @@ jobs: needs: ormolu strategy: matrix: - cabal: ["3.12"] - ghc: ["9.8.4", "9.10.3", "9.12.1"] + cabal: ["3.16"] + ghc: ["9.10.3", "9.12.4", "9.14.1"] steps: - uses: actions/checkout@v6 - uses: haskell-actions/setup@v2 diff --git a/parser-combinators.cabal b/parser-combinators.cabal index 5ff51f8..6457754 100644 --- a/parser-combinators.cabal +++ b/parser-combinators.cabal @@ -8,7 +8,7 @@ author: Mark Karpov Alex Washburn -tested-with: ghc ==9.8.4 ghc ==9.10.3 ghc ==9.12.1 +tested-with: ghc ==9.10.3 ghc ==9.12.4 ghc ==9.14.1 homepage: https://github.com/mrkkrp/parser-combinators bug-reports: https://github.com/mrkkrp/parser-combinators/issues synopsis: