From 98275f1a8528692e78faf2f9106e06f61f7e861d Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Tue, 22 Mar 2022 10:08:49 -0700 Subject: [PATCH] Revert "Try re-enabling ghc 9.2.2 tests on CI." This reverts commit 26f64c4d0561bd21b4a8014347af54a242e91f69. --- .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 0213f40c2..85ccf70a9 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