diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a89d06..b1bffd4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: strategy: matrix: cabal: ["3.12"] - ghc: ["9.8.4", "9.10.1", "9.12.1"] + ghc: ["9.8.4", "9.10.3", "9.12.1"] steps: - uses: actions/checkout@v5 - uses: haskell-actions/setup@v2 diff --git a/stache.cabal b/stache.cabal index b5fc2e6..0bc74a0 100644 --- a/stache.cabal +++ b/stache.cabal @@ -5,7 +5,7 @@ license: MIT license-file: LICENSE maintainer: Mark Karpov author: Mark Karpov -tested-with: ghc ==9.8.4 ghc ==9.10.1 ghc ==9.12.1 +tested-with: ghc ==9.8.4 ghc ==9.10.3 ghc ==9.12.1 homepage: https://github.com/stackbuilders/stache bug-reports: https://github.com/stackbuilders/stache/issues synopsis: Mustache templates for Haskell