Skip to content

Commit 8790b3d

Browse files
authored
Test with GHC 9.10.3 (#120)
1 parent e1ba874 commit 8790b3d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
cabal: ["3.12"]
22-
ghc: ["9.8.4", "9.10.1", "9.12.1"]
22+
ghc: ["9.8.4", "9.10.3", "9.12.1"]
2323
steps:
2424
- uses: actions/checkout@v5
2525
- uses: haskell-actions/setup@v2

stache.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: MIT
55
license-file: LICENSE
66
maintainer: Mark Karpov <markkarpov92@gmail.com>
77
author: Mark Karpov <markkarpov92@gmail.com>
8-
tested-with: ghc ==9.8.4 ghc ==9.10.1 ghc ==9.12.1
8+
tested-with: ghc ==9.8.4 ghc ==9.10.3 ghc ==9.12.1
99
homepage: https://github.com/stackbuilders/stache
1010
bug-reports: https://github.com/stackbuilders/stache/issues
1111
synopsis: Mustache templates for Haskell

0 commit comments

Comments
 (0)