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

Commit 84a3339

Browse files
committed
Merge branch 'hotfix/279'
Close #279
2 parents 2c0aa51 + f526c26 commit 84a3339

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
@@ -52,8 +52,6 @@ matrix:
5252
- php: 7.2
5353
env:
5454
- DEPS=latest
55-
allow_failures:
56-
- php: 7.2
5755

5856
before_install:
5957
- if [[ $TEST_COVERAGE != 'true' && "$(php --version | grep xdebug -ci)" -ge 1 ]]; then phpenv config-rm xdebug.ini || return 0 ; fi

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ All notable changes to this project will be documented in this file, in reverse
1111
`Response::$phrases` property. This is a new status proposed via
1212
[RFC 8297](https://datatracker.ietf.org/doc/rfc8297/).
1313

14+
- [#279](https://github.com/zendframework/zend-diactoros/pull/279) adds explicit
15+
support for PHP 7.2; previously, we'd allowed build failures, though none
16+
occured; we now require PHP 7.2 builds to pass.
17+
1418
### Changed
1519

1620
- Nothing.

0 commit comments

Comments
 (0)