From 0bd8a0e3d1fda091ad77c110d8006f540c69d0c1 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Thu, 16 Jun 2022 12:14:55 +0200 Subject: [PATCH] CI: test with latest GHC minor versions --- .github/workflows/ci.yml | 4 ++-- pandoc.cabal | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c0630790..a12e1cf5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,12 +61,12 @@ jobs: prefix: '' cabalopts: '-ftrypandoc' testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false' - - ghc: '9.0.1' + - ghc: '9.0.2' cabal: '3.4' prefix: '' cabalopts: '' testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false' - - ghc: '9.2.2' + - ghc: '9.2.3' cabal: '3.6' prefix: '' cabalopts: '' diff --git a/pandoc.cabal b/pandoc.cabal index 533acec99..d7d9d2a2f 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -11,8 +11,8 @@ bug-reports: https://github.com/jgm/pandoc/issues stability: alpha homepage: https://pandoc.org category: Text -tested-with: GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.1, - GHC == 9.2.2 +tested-with: GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, + GHC == 9.2.3 synopsis: Conversion between markup formats description: Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses