From 26f64c4d0561bd21b4a8014347af54a242e91f69 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Tue, 22 Mar 2022 09:42:33 -0700 Subject: [PATCH] Try re-enabling ghc 9.2.2 tests on CI. --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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