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

Commit faed4aa

Browse files
committed
Merge branch 'feature/345' into develop
Close #345
2 parents 953c984 + 44aec3f commit faed4aa

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
sudo: false
2-
31
language: php
42

53
cache:
@@ -32,7 +30,13 @@ matrix:
3230
- php: 7.2
3331
env:
3432
- DEPS=latest
35-
- php: nightly
33+
- php: 7.3
34+
env:
35+
- DEPS=lowest
36+
- php: 7.3
37+
env:
38+
- DEPS=locked
39+
- php: 7.3
3640
env:
3741
- DEPS=latest
3842

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#345](https://github.com/zendframework/zend-diactoros/pull/345) adds support for PHP 7.3.
1010

1111
### Changed
1212

0 commit comments

Comments
 (0)