diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-11-05 19:13:29 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-11-05 19:13:29 -0700 |
commit | bac6ae9607582233336984c30bba3c586eba6844 (patch) | |
tree | 758eec4835c9cc7272a26ace1edc8ca34519b9fb | |
parent | 1fa6e53425cd81bf4ec74e3362b8484491472194 (diff) | |
download | pandoc-bac6ae9607582233336984c30bba3c586eba6844.tar.gz |
CI: remove test on ghc 8.0.2.
-rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c75fcd213..f0b17d3de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,11 +43,6 @@ jobs: fail-fast: true matrix: versions: - - ghc: '8.0.2' - cabal: '2.4' - prefix: 'v2-' - cabalopts: '' - testopts: '' - ghc: '8.2.2' cabal: '2.4' prefix: 'v2-' |