diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85ccf70a9..0213f40c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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