Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit 04411ef

Browse files
committed
Merge branch 'feature/32' into develop
Close #32
2 parents 97c2e0e + 06efc12 commit 04411ef

File tree

4 files changed

+6
-39
lines changed

4 files changed

+6
-39
lines changed

.travis.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,6 @@ matrix:
5353
- php: 7.2
5454
env:
5555
- DEPS=latest
56-
- php: hhvm
57-
env:
58-
- DEPS=lowest
59-
- php: hhvm
60-
env:
61-
- DEPS=locked
62-
- php: hhvm
63-
env:
64-
- DEPS=latest
65-
allow_failures:
66-
- php: hhvm
6756

6857
before_install:
6958
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi

CHANGELOG.md

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 2.7.0 - TBD
5+
## 2.7.0 - 2018-05-14
66

77
### Added
88

@@ -18,29 +18,7 @@ All notable changes to this project will be documented in this file, in reverse
1818

1919
### Removed
2020

21-
- Nothing.
22-
23-
### Fixed
24-
25-
- Nothing.
26-
27-
## 2.6.3 - TBD
28-
29-
### Added
30-
31-
- Nothing.
32-
33-
### Changed
34-
35-
- Nothing.
36-
37-
### Deprecated
38-
39-
- Nothing.
40-
41-
### Removed
42-
43-
- Nothing.
21+
- [#32](https://github.com/zendframework/zend-xmlrpc/pull/32) removes support for HHVM.
4422

4523
### Fixed
4624

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
},
5050
"extra": {
5151
"branch-alias": {
52-
"dev-master": "2.6.x-dev",
53-
"dev-develop": "2.7.x-dev"
52+
"dev-master": "2.7.x-dev",
53+
"dev-develop": "2.8.x-dev"
5454
}
5555
},
5656
"scripts": {

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)