diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-10-03 22:42:10 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-10-03 22:42:10 -0700 |
commit | 7746635a072a911e31552827da22d8eb69676a5f (patch) | |
tree | c7541c4a85c7cfb94b7f56f7c4f96bde1c85dda2 /.github/workflows | |
parent | 7caaa3d5d63c50466a95504ead9b2226297e4912 (diff) | |
download | pandoc-7746635a072a911e31552827da22d8eb69676a5f.tar.gz |
Enable ghc 8.8 on ci.
Diffstat (limited to '.github/workflows')
-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 1898fce80..a0b7d1c74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,8 +51,8 @@ jobs: cabal: '2.4' - ghc: '8.6.5' cabal: '2.4' -# - ghc: '8.8.1' -# cabal: '3.0' + - ghc: '8.8.1' + cabal: '3.0' steps: - uses: actions/checkout@v1 - name: Install dependencies |