aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-09-20 22:33:22 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2020-09-20 22:57:51 +0200
commitb2decdfd1370b5291a6c1be758d4e0bfeaf9fcc7 (patch)
treef54d9e4eb1626c35cb2d350c8b496fb4608353a5 /.github/workflows
parent4b459b49ea8075be6b3defe764bdc0cc7ad47fb5 (diff)
downloadpandoc-b2decdfd1370b5291a6c1be758d4e0bfeaf9fcc7.tar.gz
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.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ec78435ed..adc44c2e2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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
-