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