Add CI for ghc 9.2.1.

This commit is contained in:
John MacFarlane 2022-03-13 17:44:35 -07:00
parent 8d3959ea29
commit d0a874bd30

View file

@ -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