CI: bump tested GHC versions to 8.8.4 and 8.10.2
Besides being newer, GHC version 8.10.2 comes preinstalled on GitHub Actions environments; using it slightly speeds up CI tests.
This commit is contained in:
parent
4b459b49ea
commit
b2decdfd13
2 changed files with 4 additions and 5 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -51,9 +51,9 @@ jobs:
|
|||
cabal: '2.4'
|
||||
- ghc: '8.6.5'
|
||||
cabal: '3.2'
|
||||
- ghc: '8.8.3'
|
||||
- ghc: '8.8.4'
|
||||
cabal: '3.2'
|
||||
- ghc: '8.10.1'
|
||||
- ghc: '8.10.2'
|
||||
cabal: '3.2'
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
@ -144,7 +144,7 @@ jobs:
|
|||
fail-fast: true
|
||||
matrix:
|
||||
versions:
|
||||
- ghc: '8.10.1'
|
||||
- ghc: '8.10.2'
|
||||
cabal: '3.2'
|
||||
|
||||
steps:
|
||||
|
@ -186,4 +186,3 @@ jobs:
|
|||
# fail if warnings in local build
|
||||
! grep -q ": *[Ww]arning:" build.log || exit 1
|
||||
cabal v2-test --disable-optimization
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ stability: alpha
|
|||
homepage: https://pandoc.org
|
||||
category: Text
|
||||
tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5,
|
||||
GHC == 8.8.3, GHC == 8.10.1
|
||||
GHC == 8.8.4, GHC == 8.10.2
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue