Skip to content

Commit 947d893

Browse files
committed
revert php version changes, remove hhvm only
1 parent a62ea4e commit 947d893

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: php
22

33
php:
4+
- 5.6
5+
- 7.0
46
- 7.1
57
- 7.2
68

@@ -11,10 +13,8 @@ sudo: false
1113

1214
matrix:
1315
include:
14-
- php: 7.1
16+
- php: 5.6
1517
env: PACKAGE_VERSION=low
16-
- php: hhvm
17-
dist: trusty
1818

1919
before_script:
2020
- composer selfupdate

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Changelog
22
=========
33

4+
* **2017-11-18**: Removed hhvm test
5+
46
1.2.7
57
-----
68

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
],
2929
"require": {
30-
"php": "^7.1",
30+
"php": "^5.6|^7.0",
3131
"phpcr/phpcr": "~2.1.0",
3232
"symfony/console": "~2.3|~3.0|^4.0"
3333
},

0 commit comments

Comments
 (0)