CI: test with latest GHC minor versions
This commit is contained in:
parent
2cc93c87c1
commit
0bd8a0e3d1
2 changed files with 4 additions and 4 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -61,12 +61,12 @@ jobs:
|
||||||
prefix: ''
|
prefix: ''
|
||||||
cabalopts: '-ftrypandoc'
|
cabalopts: '-ftrypandoc'
|
||||||
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
|
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
|
||||||
- ghc: '9.0.1'
|
- ghc: '9.0.2'
|
||||||
cabal: '3.4'
|
cabal: '3.4'
|
||||||
prefix: ''
|
prefix: ''
|
||||||
cabalopts: ''
|
cabalopts: ''
|
||||||
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
|
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
|
||||||
- ghc: '9.2.2'
|
- ghc: '9.2.3'
|
||||||
cabal: '3.6'
|
cabal: '3.6'
|
||||||
prefix: ''
|
prefix: ''
|
||||||
cabalopts: ''
|
cabalopts: ''
|
||||||
|
|
|
@ -11,8 +11,8 @@ bug-reports: https://github.com/jgm/pandoc/issues
|
||||||
stability: alpha
|
stability: alpha
|
||||||
homepage: https://pandoc.org
|
homepage: https://pandoc.org
|
||||||
category: Text
|
category: Text
|
||||||
tested-with: GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.1,
|
tested-with: GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2,
|
||||||
GHC == 9.2.2
|
GHC == 9.2.3
|
||||||
synopsis: Conversion between markup formats
|
synopsis: Conversion between markup formats
|
||||||
description: Pandoc is a Haskell library for converting from one markup
|
description: Pandoc is a Haskell library for converting from one markup
|
||||||
format to another, and a command-line tool that uses
|
format to another, and a command-line tool that uses
|
||||||
|
|
Loading…
Reference in a new issue