aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-07-23 21:36:06 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-07-23 21:36:06 -0700
commit4e88ce682dbca5ae540163ff66e603947e161503 (patch)
tree37fac7e3ace5694cce7a0009743965f02014792a /.github
parent8677aa92fcd3079c1a073fc97cc9c5cd917670bb (diff)
downloadpandoc-4e88ce682dbca5ae540163ff66e603947e161503.tar.gz
Restore testing with ghc 8.0.2.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e7408cba2..1617672ae 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,6 +43,8 @@ jobs:
fail-fast: true
matrix:
versions:
+ - ghc: '8.0.2'
+ cabal: '2.4'
- ghc: '8.2.2'
cabal: '2.4'
- ghc: '8.4.4'