mirror of
https://github.com/haskell-servant/servant-ekg.git
synced 2024-11-22 19:19:43 +01:00
no CI coverage for GHC 8.0, 8.2, 8.4, 9.0
This commit is contained in:
parent
149dbf8e33
commit
638f67facd
2 changed files with 3 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue