diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-07-19 21:58:13 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-07-19 22:51:59 -0700 |
commit | c2cc4a050476ad2680ab23be5da4a0b1b12788cc (patch) | |
tree | 3affb8276cd01909b2ba1bc1ab587bd8303d9e92 | |
parent | 7dbf03f527ec5e6f55e1c719de89672060a4a671 (diff) | |
download | pandoc-c2cc4a050476ad2680ab23be5da4a0b1b12788cc.tar.gz |
CI: Drop testing on ghc 8.0.2.
-rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
-rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1617672ae..e7408cba2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,8 +43,6 @@ jobs: fail-fast: true matrix: versions: - - ghc: '8.0.2' - cabal: '2.4' - ghc: '8.2.2' cabal: '2.4' - ghc: '8.4.4' diff --git a/pandoc.cabal b/pandoc.cabal index 83c7f1805..f78a5ccaf 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -11,7 +11,7 @@ bug-reports: https://github.com/jgm/pandoc/issues stability: alpha homepage: https://pandoc.org category: Text -tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, +tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1 synopsis: Conversion between markup formats description: Pandoc is a Haskell library for converting from one markup |