summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-03-13 17:44:35 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2022-03-13 17:44:35 -0700
commitd0a874bd307401ff36842faa4d906d1e2520aa6e (patch)
treebcaeefd98bf08d259a7794010a042e21f31fdca2 /.github/workflows/ci.yml
parent8d3959ea295a1c4837a7b735e01f850a07ee256e (diff)
Add CI for ghc 9.2.1.
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1b7e415ac..70cad940c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -63,6 +63,11 @@ jobs:
prefix: ''
cabalopts: ''
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
+ - ghc: '9.2.1'
+ cabal: '3.4'
+ prefix: ''
+ cabalopts: ''
+ testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
steps:
- uses: actions/checkout@v2