diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-04-16 09:13:31 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-04-16 09:13:31 -0700 |
commit | 7ed61e0b81009fad31cd95806703e1ad7cd0f651 (patch) | |
tree | d1f4a0c685edcd3b4b09cc780f5b4f7dff1fd8ac | |
parent | d7cd6129044ced1812fcece67907a68165c881d5 (diff) | |
download | pandoc-7ed61e0b81009fad31cd95806703e1ad7cd0f651.tar.gz |
ci: remove ghc 8.10.1 build for now.
This is block by base-noprelude.
-rw-r--r-- | .github/workflows/ci.yml | 4 |
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 |