Skip to content

Commit

Permalink
CI: test with ghc 9.8, 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jan 7, 2025
1 parent 9e43625 commit 564be58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ jobs:
- ghc: '9.6'
cabal: 'latest'
cabalopts: ''
- ghc: '9.8'
cabal: 'latest'
cabalopts: ''
- ghc: '9.10'
cabal: 'latest'
cabalopts: ''
steps:
- uses: actions/checkout@v4

Expand Down
3 changes: 2 additions & 1 deletion pandoc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ stability: alpha
homepage: https://pandoc.org
category: Text
tested-with: GHC == 8.10.7, GHC == 9.0.2,
GHC == 9.2.5, GHC == 9.4.4, GHC == 9.6.3
GHC == 9.2.5, GHC == 9.4.4, GHC == 9.6.3,
GHC == 9.8.2, GHC == 9.10.1
synopsis: Conversion between markup formats
description: Pandoc is a Haskell library for converting from one markup
format to another. The formats it can handle include
Expand Down

0 comments on commit 564be58

Please sign in to comment.