aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2019-05-01 21:16:17 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2019-05-01 21:28:37 +0200
commit4d162391000eb577a581efedfb37ccb55de03666 (patch)
treef717b971d128d6ce93bc4a0db5bb39a9fd55493c /.circleci
parentf11d0c9dc8b61cc38e138aaecb0f0094add3465a (diff)
downloadpandoc-4d162391000eb577a581efedfb37ccb55de03666.tar.gz
CI: test with GHC 8.6.5
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 4c9cc9022..63fdeeb36 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -74,11 +74,11 @@ commands:
#-----------------------------------------------------------------------------
jobs:
- cabal-ghc-8_6_4:
+ cabal-ghc-8_6_5:
<<: *env
steps:
- cabal_build:
- ghcversion: 8.6.4
+ ghcversion: 8.6.5
cabal-ghc-8_4_4:
<<: *env
@@ -106,7 +106,7 @@ jobs:
- *restore
- run: |
set -e
- apt-get install -y ghc-8.6.3
+ apt-get install -y ghc-8.6.5
stack update
stack test --system-ghc --fast --ghc-options="-Werror" .
- *save
@@ -115,7 +115,7 @@ workflows:
version: "2.1"
build:
jobs:
- - cabal-ghc-8_6_4
+ - cabal-ghc-8_6_5
- cabal-ghc-8_4_4
- cabal-ghc-8_2_2
- cabal-ghc-8_0_2