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

Commit 5351ebb

Browse files
committed
Merge branch 'feature/11'
Close #11
2 parents 9585f3f + 1d7149b commit 5351ebb

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.travis.yml

Lines changed: 10 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:
@@ -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
@@ -49,7 +56,7 @@ script:
4956
- if [[ $CS_CHECK == 'true' ]]; then composer cs-check ; fi
5057

5158
after_script:
52-
- if [[ $TEST_COVERAGE == 'true' ]]; then vendor/bin/php-coveralls -v ; fi
59+
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry php vendor/bin/php-coveralls -v ; fi
5360

5461
notifications:
5562
email: false

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Versions prior to 0.2.0 were released as the package "webimpress/zend-auradi-con
88

99
### Added
1010

11-
- Nothing.
11+
- [#11](https://github.com/zendframework/zend-auradi-config/pull/11) adds support for PHP 7.3.
1212

1313
### Changed
1414

0 commit comments

Comments
 (0)