aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-05-25 17:49:48 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2021-05-25 11:52:49 -0700
commit54ab7a0a3b4a3e0ddccde706bb75876070313210 (patch)
treed99a72573d883f1f8edd503ce1bd7ceb8eb626fe /.github
parent105a50569be6d2c1b37cc290abcbfbae1cd0fd1e (diff)
downloadpandoc-54ab7a0a3b4a3e0ddccde706bb75876070313210.tar.gz
CI: test with GHC 9.0.1
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d8083f44e..3b8a72efa 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -68,11 +68,16 @@ jobs:
prefix: ''
cabalopts: ''
testopts: '--test-option=--hide-successes'
- - ghc: '8.10.2'
+ - ghc: '8.10.4'
cabal: '3.2'
prefix: ''
cabalopts: '-ftrypandoc'
testopts: '--test-option=--hide-successes'
+ - ghc: '9.0.1'
+ cabal: '3.4'
+ prefix: ''
+ cabalopts: ''
+ testopts: '--test-option=--hide-successes'
steps:
- uses: actions/checkout@v2