Skip to content

Commit 0cea455

Browse files
committed
TASK: Describe compatibility with Neos 7 and travis config
1 parent 8996374 commit 0cea455

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cache:
2323
- $HOME/.composer/cache
2424

2525
before_install:
26-
- export NEOS_TARGET_VERSION=6.0
26+
- export NEOS_TARGET_VERSION=7.0
2727
- cd ..
2828
- if [ "$ES" = 6 ]; then wget --no-check-certificate https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.6.tar.gz && tar xvfz elasticsearch-6.8.6.tar.gz && mv elasticsearch-6.8.6 elasticsearch; fi
2929
- if [ "$ES" = 7 ]; then wget --no-check-certificate https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.9.0-linux-x86_64.tar.gz && tar xvfz elasticsearch-7.9.0-linux-x86_64.tar.gz && mv elasticsearch-7.9.0 elasticsearch; fi

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ This following matrix shows the compatibility of this package to Elasticsearch a
4444
| 4 | 3.x, 4.x | 1.x, 2,x 5.x | Unmaintained, probably broken |
4545
| 5 | > 3.3, 4.x | 5.x | Bugfix only |
4646
| 6 | 5.x | 5.x | Bugfix only |
47-
| 7 | 5.x | 6.x, 7.x | Bugfix and Features |
47+
| 7 | 5.x | 6.x, 7.x | Bugfix only |
48+
| 8 | 7.x | 6.x, 7.x | Bugfix and Features |
4849

4950
_Currently the Driver interfaces are not marked as API, and can be changed to adapt to future needs._
5051

0 commit comments

Comments
 (0)