From 5ba941c140f67ec2a70de9323676e8eeb7cc2810 Mon Sep 17 00:00:00 2001 From: Peter Becich Date: Mon, 22 Mar 2021 16:12:07 -0700 Subject: [PATCH] remove CI coverage for GHC 8.6.5 --- .github/workflows/cabal.yml | 2 -- .github/workflows/ci.yml | 2 +- README.md | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cabal.yml b/.github/workflows/cabal.yml index 3069f13..1d41a3a 100644 --- a/.github/workflows/cabal.yml +++ b/.github/workflows/cabal.yml @@ -17,8 +17,6 @@ jobs: fail-fast: false matrix: versions: - - ghc: '8.6.5' - cabal: '3.4' - ghc: '8.8.4' cabal: '3.4' - ghc: '8.10.4' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a83c24..81f3b27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI +name: Stack CI # Trigger the workflow on push or pull request, but only for the master branch on: diff --git a/README.md b/README.md index 16612e1..f919a37 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Automatically fuzz your servant apis in a contextually-aware way. -![Stack CI](https://github.com/mwotton/roboservant/workflows/CI/badge.svg) +[![Stack CI](https://github.com/mwotton/roboservant/actions/workflows/ci.yml/badge.svg)](https://github.com/mwotton/roboservant/actions/workflows/ci.yml) [![Cabal CI](https://github.com/mwotton/roboservant/actions/workflows/cabal.yml/badge.svg)](https://github.com/mwotton/roboservant/actions/workflows/cabal.yml) ## example