Skip to content

Commit 7aad25a

Browse files
committed
[TEST] No need to test below PHP 5.6 on master
1 parent 2904d7a commit 7aad25a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ sudo: true
1717
php:
1818
- 7.0
1919
- 5.6
20-
- 5.5
21-
- 5.4
2220
- hhvm
2321

2422
matrix:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,13 @@ eventually stop being supported.
9090

9191
| PHP Version | Elasticsearch-PHP Branch |
9292
| ----------- | ------------------------ |
93+
| >= 5.6.0 | Dev-Master * |
9394
| >= 5.4.0 | 2.0 |
9495
| >= 5.3.9 | 0.4, 1.0 |
9596

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

0 commit comments

Comments
 (0)