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

Commit a60da17

Browse files
committed
Merge branch 'hotfix/204'
Close #204
2 parents 21feb7b + d9094fa commit a60da17

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ matrix:
2929
- EXECUTE_COVERAGE=true
3030
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
3131
- PATH="$HOME/.local/bin:$PATH"
32-
- php: 7
32+
- php: 7.0
33+
- php: 7.1
3334
- php: hhvm
3435

3536
notifications:

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
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-
## 1.3.6 - TBD
5+
## 1.3.6 - 2016-09-07
66

77
### Added
88

@@ -12,6 +12,8 @@ All notable changes to this project will be documented in this file, in reverse
1212
for Apache `REDIRECT_HTTP_*` header detection in the `ServerRequestFactory`.
1313
- [#166](https://github.com/zendframework/zend-diactoros/pull/166) adds support
1414
for UTF-8 characters in URI paths.
15+
- [#204](https://github.com/zendframework/zend-diactoros/pull/204) adds testing
16+
against PHP 7.1 release-candidate builds.
1517

1618
### Deprecated
1719

0 commit comments

Comments
 (0)