Skip to content

Commit d076167

Browse files
committed
Fixed some typo in the CONTRIBUTING guide
1 parent 32e6672 commit d076167

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ found at `.buildkite/run-elasticsearch.sh`.
1717

1818
There are several environment variables that control integration tests:
1919

20-
- `PYTHON_VERSION`: Version of Python to use, defaults to `3.9`
21-
- `TEST_SUITE`: Connection class to use, defaults to `Urllib3HttpConnection`
20+
- `TEST_SUITE`: `free` or `platinum` for running Elasticsearch in different
21+
versions.
2222
- `STACK_VERSION`: Version of Elasticsearch to use. These should be
2323
the same as tags of `docker.elastic.co/elasticsearch/elasticsearch`
2424
such as `8.0.0-SNAPSHOT`, `7.x-SNAPSHOT`, etc. Defaults to the
@@ -68,7 +68,6 @@ The process for contributing to any of the Elasticsearch repositories is similar
6868
$ STACK_VERSION="8.17.0" .buildkite/run-tests
6969
```
7070

71-
7271
3. Rebase your changes.
7372
Update your local repository with the most recent code from the main
7473
elasticsearch-php repository, and rebase your branch on top of the latest branch.

0 commit comments

Comments
 (0)