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

Commit 97e7d70

Browse files
committed
Merging develop to master in preparation for 2.7.0 release.
2 parents 1d520aa + 04411ef commit 97e7d70

File tree

4 files changed

+6
-17
lines changed

4 files changed

+6
-17
lines changed

.travis.yml

-11
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

+2-2
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.6.3 - TBD
5+
## 2.7.0 - 2018-05-14
66

77
### Added
88

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

1919
### Removed
2020

21-
- Nothing.
21+
- [#32](https://github.com/zendframework/zend-xmlrpc/pull/32) removes support for HHVM.
2222

2323
### Fixed
2424

composer.json

+2-2
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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)