Try re-enabling ghc 9.2.2 tests on CI.

This commit is contained in:
John MacFarlane 2022-03-22 09:42:33 -07:00
parent 4394fdf59c
commit 26f64c4d05

View file

@ -63,11 +63,11 @@ jobs:
prefix: ''
cabalopts: ''
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
# - ghc: '9.2.2'
# cabal: '3.6'
# prefix: ''
# cabalopts: ''
# testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
- ghc: '9.2.2'
cabal: '3.6'
prefix: ''
cabalopts: ''
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
steps:
- uses: actions/checkout@v2