Skip to content

Commit

Permalink
Update Elasticsearch php to version 6.1 (#183)
Browse files Browse the repository at this point in the history
* Update Elasticsearch php to version 6.1
* Tests with PHP 7.3
  • Loading branch information
romulowspp authored and timgws committed Jun 24, 2019
1 parent 1921d3a commit ab58d11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: php

php:
- 5.5
- 5.6
- 7.1
- 7.3

include:
- php: 5.5
- php: 7.1
env: dependencies=lowest

before_script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"illuminate/database": "~4.2|^5",
"illuminate/config": "~4.2|^5",
"nesbot/carbon": "~1.0",
"elasticsearch/elasticsearch": "~6.0"
"elasticsearch/elasticsearch": "~6.1"
},
"require-dev": {
"phpunit/phpunit": "~4.2|~5.0",
Expand Down

0 comments on commit ab58d11

Please sign in to comment.