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

Commit b4d8bc7

Browse files
committed
Merge branch 'feature/1'
Close #1
2 parents 2f24702 + ff255ae commit b4d8bc7

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.travis.yml

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

53
cache:
@@ -33,6 +31,15 @@ matrix:
3331
- php: 7.2
3432
env:
3533
- DEPS=latest
34+
- php: 7.3
35+
env:
36+
- DEPS=lowest
37+
- php: 7.3
38+
env:
39+
- DEPS=locked
40+
- php: 7.3
41+
env:
42+
- DEPS=latest
3643

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

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+
- [#1](https://github.com/zendframework/zend-config-aggregator-modulemanager/pull/1) adds support for PHP 7.3.
1010

1111
### Changed
1212

0 commit comments

Comments
 (0)