aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-06-14 23:37:21 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-06-14 23:37:21 -0700
commit368360e00577cd35384c4dc1bd00bf1e52569cb5 (patch)
tree53c7da5b4e783e853342a0395ae0729aec1f7d6d /.github
parent43787143d2ac16f23e6539c7915bbe49c3c9c297 (diff)
downloadpandoc-368360e00577cd35384c4dc1bd00bf1e52569cb5.tar.gz
Linux CI: use cabal 3.2 for everything.
The ubuntu images no longer contain older cabal versions, it semes.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1334aa08c..123823238 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -44,13 +44,13 @@ jobs:
matrix:
versions:
- ghc: '8.0.2'
- cabal: '2.4'
+ cabal: '3.2'
- ghc: '8.2.2'
- cabal: '2.4'
+ cabal: '3.2'
- ghc: '8.4.4'
- cabal: '2.4'
+ cabal: '3.2'
- ghc: '8.6.5'
- cabal: '2.4'
+ cabal: '3.2'
- ghc: '8.8.3'
cabal: '3.2'
- ghc: '8.10.1'