Skip to content

Commit aa56916

Browse files
stevejgordongithub-actions[bot]
authored andcommitted
Update status badges to use GitHub actions (#5599)
* Update status badges to use GitHub actions * Fix version no. in readme
1 parent 4114cd6 commit aa56916

File tree

1 file changed

+11
-59
lines changed

1 file changed

+11
-59
lines changed

readme.md

Lines changed: 11 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -26,64 +26,16 @@ Repository for both **NEST** and **Elasticsearch.Net**, the two official [Elasti
2626
* [Copyright and License](#copyright-and-license)
2727

2828
## Compatibility Matrix
29-
<table>
30-
<tr>
31-
<th><b>.NET Clients<b></th>
32-
<th><b>Elasticsearch<b></th>
33-
<th><b>Supported<b></th>
34-
<th><b>Windows/Linux CI</b></th>
35-
<th><b>Tests<b></th>
36-
</tr>
37-
<tr>
38-
<td><code>0.x</code></td>
39-
<td><code>0.x</code></td>
40-
<td>:x:</td>
41-
<td>:heavy_minus_sign:</td>
42-
<td>:heavy_minus_sign:</td>
43-
</tr>
44-
<tr>
45-
<td><code>1.x</code></td>
46-
<td><code>1.x</code></td>
47-
<td>:x:</td>
48-
<td>:heavy_minus_sign:</td>
49-
<td>:heavy_minus_sign:</td>
50-
</tr>
51-
<tr>
52-
<td><code>2.x</code></td>
53-
<td><code>2.x</code></td>
54-
<td>:x:</td>
55-
<td>:heavy_minus_sign:</td>
56-
<td>:heavy_minus_sign:</td>
57-
</tr>
58-
<tr>
59-
<td><code>5.x</code></td>
60-
<td><code>5.x</code></td>
61-
<td>:x:</td>
62-
<td><a href="https://ci.appveyor.com/project/elastic/elasticsearch-net/branch/5.x"><img src="https://ci.appveyor.com/api/projects/status/github/elastic/elasticsearch-net?branch=5.x&svg=true"></a></td>
63-
<td><a href="https://ci.appveyor.com/project/elastic/elasticsearch-net/branch/5.x/tests"><img alt="5.x unit tests" src="https://img.shields.io/appveyor/tests/elastic/elasticsearch-net/5.x.svg?style=flat-square"></a></td>
64-
</tr>
65-
<tr>
66-
<td><code>6.x</code></td>
67-
<td><code>6.x</code></td>
68-
<td>:white_check_mark:</td>
69-
<td><a href="https://ci.appveyor.com/project/elastic/elasticsearch-net/branch/6.x"><img src="https://ci.appveyor.com/api/projects/status/github/elastic/elasticsearch-net?branch=6.x&svg=true"></a></td>
70-
<td><a href="https://ci.appveyor.com/project/elastic/elasticsearch-net/branch/6.x/tests"><img alt="6.x unit tests" src="https://img.shields.io/appveyor/tests/elastic/elasticsearch-net/6.x.svg?style=flat-square"></a></td>
71-
</tr>
72-
<tr>
73-
<td><code>7.x</code></td>
74-
<td><code>7.x</code></td>
75-
<td>:white_check_mark:</td>
76-
<td><a href="https://ci.appveyor.com/project/elastic/elasticsearch-net/branch/7.x"><img src="https://ci.appveyor.com/api/projects/status/github/elastic/elasticsearch-net?branch=7.x&svg=true"></a></td>
77-
<td><a href="https://ci.appveyor.com/project/elastic/elasticsearch-net/branch/7.x/tests"><img alt="7.x unit tests" src="https://img.shields.io/appveyor/tests/elastic/elasticsearch-net/7.x.svg?style=flat-square"></a></td>
78-
</tr>
79-
<tr>
80-
<td><code>master</code></td>
81-
<td><code>master</code></td>
82-
<td>:x:</td>
83-
<td><a href="https://ci.appveyor.com/project/elastic/elasticsearch-net/branch/master"><img src="https://ci.appveyor.com/api/projects/status/github/elastic/elasticsearch-net?branch=master&svg=true"></a></td>
84-
<td><a href="https://ci.appveyor.com/project/elastic/elasticsearch-net/branch/master/tests"><img alt="master unit tests" src="https://img.shields.io/appveyor/tests/elastic/elasticsearch-net/master.svg?style=flat-square"></a></td>
85-
</tr>
86-
</table>
29+
30+
| .NET Clients | Elasticsearch | Supported | Windows/Linux CI | Tests |
31+
| ----------------- | ------------- | ------------------ | ------------------ | ------------------ |
32+
| 0.x | 0.x | :x: | :heavy_minus_sign: | :heavy_minus_sign: |
33+
| 1.x | 1.x | :x: | :heavy_minus_sign: | :heavy_minus_sign: |
34+
| 2.x | 2.x | :x: | :heavy_minus_sign: | :heavy_minus_sign: |
35+
| 5.x | 5.x | :x: | :heavy_minus_sign: | :heavy_minus_sign: |
36+
| 6.x | 6.x | :white_check_mark: | [![Build status](https://ci.appveyor.com/api/projects/status/9hiqkga2jjn05ftu/branch/6.x?svg=true)](https://ci.appveyor.com/project/elastic/elasticsearch-net/branch/6.x) | :heavy_minus_sign: |
37+
| 7.x | 7.x | :white_check_mark: | [![Integration](https://github.com/elastic/elasticsearch-net/actions/workflows/integration-jobs.yml/badge.svg?branch=7.x)](https://github.com/elastic/elasticsearch-net/actions/workflows/integration-jobs.yml) | [![Tests](https://github.com/elastic/elasticsearch-net/actions/workflows/test-jobs.yml/badge.svg?branch=7.x)](https://github.com/elastic/elasticsearch-net/actions/workflows/test-jobs.yml) |
38+
| master | master | :x: | [![Integration](https://github.com/elastic/elasticsearch-net/actions/workflows/integration-jobs.yml/badge.svg)](https://github.com/elastic/elasticsearch-net/actions/workflows/integration-jobs.yml) | [![Tests](https://github.com/elastic/elasticsearch-net/actions/workflows/test-jobs.yml/badge.svg)](https://github.com/elastic/elasticsearch-net/actions/workflows/test-jobs.yml) |
8739

8840
Please refer to the [end-of-life policy](https://www.elastic.co/support/eol) for complete information.
8941

@@ -111,7 +63,7 @@ Any incompatibilities between minor versions are documented against the release.
11163

11264
#### I have a `6.0` server, what client should I use?
11365

114-
Always use the latest minor version of the client within that major version, so in this instance, at time of writing, this is version `6.8.0`. The reason being is that `6.8.0` will contain many bug fixes not present in the `6.0.0` version of the client.
66+
Always use the latest minor version of the client within that major version, so in this instance, at time of writing, this is version `6.8.x`. The reason being is that `6.8.x` will contain many bug fixes not present in the `6.0.0` version of the client.
11567

11668
### Low Level Client Compatibility
11769

0 commit comments

Comments
 (0)