From 638f67facdcc8cb55f56cfcca9071e9d420bf974 Mon Sep 17 00:00:00 2001 From: Peter Becich Date: Mon, 31 Jan 2022 22:43:07 -0800 Subject: [PATCH] no CI coverage for GHC 8.0, 8.2, 8.4, 9.0 --- .github/workflows/ci.yml | 4 ++-- servant-ekg.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f8cf4c..54d9550 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,8 +23,8 @@ jobs: cabal: '3.6' - ghc: '8.10.7' cabal: '3.6' - - ghc: '9.0.2' - cabal: '3.6' + # - ghc: '9.0.2' + # cabal: '3.6' steps: - uses: actions/checkout@v2 diff --git a/servant-ekg.cabal b/servant-ekg.cabal index 44c18ef..e9402bb 100644 --- a/servant-ekg.cabal +++ b/servant-ekg.cabal @@ -13,7 +13,7 @@ maintainer: category: Servant, Web, System build-type: Simple -tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2 +tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7 extra-source-files: README.md CHANGELOG.md source-repository HEAD