mirror of
https://github.com/ilyakooo0/roboservant.git
synced 2024-11-22 06:12:32 +03:00
remove CI coverage for GHC 8.6.5
This commit is contained in:
parent
a098b13c4f
commit
5ba941c140
2
.github/workflows/cabal.yml
vendored
2
.github/workflows/cabal.yml
vendored
@ -17,8 +17,6 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
versions:
|
versions:
|
||||||
- ghc: '8.6.5'
|
|
||||||
cabal: '3.4'
|
|
||||||
- ghc: '8.8.4'
|
- ghc: '8.8.4'
|
||||||
cabal: '3.4'
|
cabal: '3.4'
|
||||||
- ghc: '8.10.4'
|
- ghc: '8.10.4'
|
||||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: CI
|
name: Stack CI
|
||||||
|
|
||||||
# Trigger the workflow on push or pull request, but only for the master branch
|
# Trigger the workflow on push or pull request, but only for the master branch
|
||||||
on:
|
on:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Automatically fuzz your servant apis in a contextually-aware way.
|
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)
|
[![Cabal CI](https://github.com/mwotton/roboservant/actions/workflows/cabal.yml/badge.svg)](https://github.com/mwotton/roboservant/actions/workflows/cabal.yml)
|
||||||
|
|
||||||
## example
|
## example
|
||||||
|
Loading…
Reference in New Issue
Block a user