Skip to content

Commit

Permalink
Test with GHC 9.10.1, drop 9.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Nov 7, 2024
1 parent 7e8e3d5 commit 9393da3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
strategy:
matrix:
cabal: ["3.10"]
ghc: ["9.4.7", "9.6.3", "9.8.1"]
ghc: ["9.6.6", "9.8.2", "9.10.1"]
env:
CONFIG: "--enable-tests --enable-benchmarks --flags=dev"
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
- uses: haskell-actions/setup@v2.7.6
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}
Expand Down
2 changes: 1 addition & 1 deletion mmark.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 <[email protected]>
author: Mark Karpov <[email protected]>
tested-with: ghc ==9.4.7 ghc ==9.6.3 ghc ==9.8.1
tested-with: ghc ==9.6.6 ghc ==9.8.2 ghc ==9.10.1
homepage: https://github.com/mmark-md/mmark
bug-reports: https://github.com/mmark-md/mmark/issues
synopsis: Strict markdown processor for writers
Expand Down

0 comments on commit 9393da3

Please sign in to comment.