aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-04-16 09:13:31 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-04-16 09:13:31 -0700
commit7ed61e0b81009fad31cd95806703e1ad7cd0f651 (patch)
treed1f4a0c685edcd3b4b09cc780f5b4f7dff1fd8ac /.github
parentd7cd6129044ced1812fcece67907a68165c881d5 (diff)
downloadpandoc-7ed61e0b81009fad31cd95806703e1ad7cd0f651.tar.gz
ci: remove ghc 8.10.1 build for now.
This is block by base-noprelude.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 83e001027..39e0eb760 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -53,8 +53,8 @@ jobs:
cabal: '2.4'
- ghc: '8.8.1'
cabal: '3.0'
- - ghc: '8.10.1'
- cabal: '3.2'
+ # - ghc: '8.10.1'
+ # cabal: '3.2'
steps:
- uses: actions/checkout@v1