Skip to content

Commit

Permalink
[TEST] No need to test below PHP 5.6 on master
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed May 9, 2016
1 parent 2904d7a commit 7aad25a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ sudo: true
php:
- 7.0
- 5.6
- 5.5
- 5.4
- hhvm

matrix:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,13 @@ eventually stop being supported.

| PHP Version | Elasticsearch-PHP Branch |
| ----------- | ------------------------ |
| >= 5.6.0 | Dev-Master * |
| >= 5.4.0 | 2.0 |
| >= 5.3.9 | 0.4, 1.0 |

* Dev-Master only officially supports 5.6.0+, but currently runs fine on versions down to 5.4.0. This is not, however,
guaranteed to stay true in the future if 5.6+ features are required.

Quickstart
----

Expand Down

0 comments on commit 7aad25a

Please sign in to comment.