Skip to content

Commit

Permalink
Test with GHC 9.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Jan 21, 2025
1 parent 8fb2396 commit df01d38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
cabal: ["3.10"]
ghc: ["9.6.3", "9.8.2", "9.10.1"]
ghc: ["9.8.4", "9.10.1", "9.12.1"]
env:
CONFIG: "--enable-tests --enable-benchmarks --flags=dev"
steps:
Expand Down
2 changes: 1 addition & 1 deletion forma.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: BSD-3-Clause
license-file: LICENSE.md
maintainer: Mark Karpov <markkarpov92@gmail.com>
author: Mark Karpov <markkarpov92@gmail.com>
tested-with: ghc ==9.6.3 ghc ==9.8.2 ghc ==9.10.1
tested-with: ghc ==9.8.4 ghc ==9.10.1 ghc ==9.12.1
homepage: https://github.com/mrkkrp/forma
bug-reports: https://github.com/mrkkrp/forma/issues
synopsis: Parse and validate forms in JSON format
Expand Down

0 comments on commit df01d38

Please # to comment.