Skip to content

Commit b9314a5

Browse files
committed
Added 6.0 to 6.5 tests in travis
1 parent d54e823 commit b9314a5

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,23 @@ matrix:
2121
- php: 7.2
2222
env: ES_VERSION="6.7.0"
2323

24+
- php: 7.3
25+
env: ES_VERSION="6.0.0"
26+
- php: 7.3
27+
env: ES_VERSION="6.1.0"
28+
- php: 7.3
29+
env: ES_VERSION="6.2.0"
30+
- php: 7.3
31+
env: ES_VERSION="6.3.0"
32+
- php: 7.3
33+
env: ES_VERSION="6.4.0"
34+
- php: 7.3
35+
env: ES_VERSION="6.5.0"
2436
- php: 7.3
2537
env: ES_VERSION="6.6.0"
2638
- php: 7.3
2739
env: ES_VERSION="6.7.0"
2840

29-
3041
env:
3142
global:
3243
- ES_TEST_HOST=http://localhost:9200

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,13 @@ Version Matrix
2929

3030
| Elasticsearch Version | Elasticsearch-PHP Branch |
3131
| --------------------- | ------------------------ |
32-
| >= 6.6, <= 6.7 | 6.7 |
33-
| >= 6.0, <= 6.5 | 6.5 |
32+
| >= 6.0, < 7.0 | 6.0 |
3433
| >= 5.0, < 6.0 | 5.0 |
3534
| >= 2.0, < 5.0 | 1.0 or 2.0 |
3635
| >= 1.0, < 2.0 | 1.0 or 2.0 |
3736
| <= 0.90.x | 0.4 |
3837

39-
- If you are using Elasticsearch 6.6 or 6.7, use Elasticsearch-PHP 6.7 branch.
40-
- If you are using Elasticsearch 6.0 to 6.5, use Elasticsearch-PHP 6.5 branch.
38+
- If you are using Elasticsearch 6.x, use Elasticsearch-PHP 6.0 branch.
4139
- If you are using Elasticsearch 5.x, use Elasticsearch-PHP 5.0 branch.
4240
- If you are using Elasticsearch 1.x or 2.x, prefer using the Elasticsearch-PHP 2.0 branch. The 1.0 branch is compatible however.
4341
- If you are using a version older than 1.0, you must install the `0.4` Elasticsearch-PHP branch. Since ES 0.90.x and below is now EOL, the corresponding `0.4` branch will not receive any more development or bugfixes. Please upgrade.

0 commit comments

Comments
 (0)