File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ script:
2323 - vendor/bin/phpunit --coverage-clover=coverage.clover
2424 - vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor/,Tests/app/,var/cache ./
2525after_script :
26- - travis_retry php vendor/bin/coveralls
26+ - travis_retry bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ is the preferred and recommended way to ask questions about ONGR bundles and lib
2424
2525[ ![ Build Status] ( https://travis-ci.org/ongr-io/ElasticsearchBundle.svg?branch=master )] ( https://travis-ci.org/ongr-io/ElasticsearchBundle )
2626[ ![ Latest Stable Version] ( https://poser.pugx.org/ongr/elasticsearch-bundle/v/stable )] ( https://packagist.org/packages/ongr/elasticsearch-bundle )
27+ [ ![ codecov] ( https://codecov.io/gh/ongr-io/ElasticsearchBundle/branch/master/graph/badge.svg )] ( https://codecov.io/gh/ongr-io/ElasticsearchBundle )
2728[ ![ Total Downloads] ( https://poser.pugx.org/ongr/elasticsearch-bundle/downloads )] ( https://packagist.org/packages/ongr/elasticsearch-bundle )
2829[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/ongr-io/ElasticsearchBundle/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/ongr-io/ElasticsearchBundle/?branch=master )
2930
@@ -32,7 +33,8 @@ is the preferred and recommended way to ask questions about ONGR bundles and lib
3233
3334| Elasticsearch version | ElasticsearchBundle version |
3435| --------------------- | -------------------------------- |
35- | >= 6.0 | ~ 6.x |
36+ | >= 7.0 | ~ 7.x |
37+ | >= 6.0, < 7.0 | ~ 6.x |
3638| >= 5.0, < 5.0 | ~ 5.x, ~ 6.x (indexes with 1 type) |
3739| >= 2.0, < 5.0 | >=1.0, < 5.0 |
3840| >= 1.0, < 2.0 | >= 0.10, < 1.0 |
You can’t perform that action at this time.
0 commit comments