Skip to content

Commit f167eea

Browse files
committed
[DOCS] Updates compatibility
1 parent d561aeb commit f167eea

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This repository contains Ruby integrations for [Elasticsearch](https://www.elastic.co/products/elasticsearch).
44

5-
[![7.x](https://github.com/elastic/elasticsearch-ruby/workflows/7.x/badge.svg)](https://github.com/elastic/elasticsearch-ruby/actions) [![Code Climate](https://codeclimate.com/github/elastic/elasticsearch-ruby/badges/gpa.svg)](https://codeclimate.com/github/elastic/elasticsearch-ruby)
5+
[![6.x](https://github.com/elastic/elasticsearch-ruby/actions/workflows/6.x.yml/badge.svg?branch=6.x)](https://github.com/elastic/elasticsearch-ruby/actions/workflows/6.x.yml) [![7.x](https://github.com/elastic/elasticsearch-ruby/workflows/7.x/badge.svg?branch=7.x)](https://github.com/elastic/elasticsearch-ruby/actions/workflows/7.x.yml) [![master](https://github.com/elastic/elasticsearch-ruby/actions/workflows/master.yml/badge.svg?branch=master)](https://github.com/elastic/elasticsearch-ruby/actions/workflows/master.yml) [![Code Climate](https://codeclimate.com/github/elastic/elasticsearch-ruby/badges/gpa.svg)](https://codeclimate.com/github/elastic/elasticsearch-ruby)
66

77
The [`elasticsearch`](https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch)
88
library is a wrapper for two separate libraries:
@@ -57,18 +57,6 @@ We follow Ruby’s own maintenance policy and officially support all currently m
5757

5858
Language clients are forward compatible; meaning that clients support communicating with greater minor versions of Elasticsearch. Elastic language clients are also backwards compatible with lesser supported minor Elasticsearch versions.
5959

60-
The gem's version numbers follow Elasticsearch's major versions. The `master` branch is compatible with the Elasticsearch `master` branch, which is the next major version.
61-
62-
| Client version | Elasticsearch version | Supported | Tests |
63-
| :-------------: | :-------------------: | :-: | :---: |
64-
| 0.90 | 0.90 | :x: | |
65-
| 1.x | 1.x | :x: | |
66-
| 2.x | 2.x | :x: | |
67-
| 5.x | 5.x | :x: | |
68-
| 6.x | 6.x | :white_check_mark: | [![6.x](https://github.com/elastic/elasticsearch-ruby/actions/workflows/6.x.yml/badge.svg?branch=6.x)](https://github.com/elastic/elasticsearch-ruby/actions/workflows/6.x.yml)|
69-
| 7.x | 7.x | :white_check_mark: | [![7.x](https://github.com/elastic/elasticsearch-ruby/actions/workflows/7.x.yml/badge.svg?branch=7.x)](https://github.com/elastic/elasticsearch-ruby/actions/workflows/7.x.yml) |
70-
| master | master | :x: | [![master](https://github.com/elastic/elasticsearch-ruby/actions/workflows/master.yml/badge.svg?branch=master)](https://github.com/elastic/elasticsearch-ruby/actions/workflows/master.yml) |
71-
7260
## Installation
7361

7462
Install the `elasticsearch` package from [Rubygems](https://rubygems.org/gems/elasticsearch):

0 commit comments

Comments
 (0)