From 2c5ba7caf4d9350cf1d0b02973ecfff0c9ef378a Mon Sep 17 00:00:00 2001 From: Mark Karpov Date: Thu, 7 Nov 2024 17:38:14 +0100 Subject: [PATCH] Test with GHC 9.10.1, drop 9.4.x --- .github/workflows/ci.yaml | 4 ++-- mmark-cli.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5982725..0a282cd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }} diff --git a/mmark-cli.cabal b/mmark-cli.cabal index 50b1fbe..8c633dd 100644 --- a/mmark-cli.cabal +++ b/mmark-cli.cabal @@ -5,7 +5,7 @@ license: BSD-3-Clause license-file: LICENSE.md maintainer: Mark Karpov author: Mark Karpov -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-cli bug-reports: https://github.com/mmark-md/mmark-cli/issues synopsis: Command line interface to the MMark markdown processor