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

Commit 18d6ddd

Browse files
committed
Merge pull request #10 from webimpress/feature/php-7.3-support
Added PHP 7.3 support - updated Travis CI configuration
2 parents 704915a + 98ae1ca commit 18d6ddd

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Diff for: .travis.yml

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

53
cache:
@@ -53,6 +51,15 @@ matrix:
5351
- php: 7.2
5452
env:
5553
- DEPS=latest
54+
- php: 7.3
55+
env:
56+
- DEPS=lowest
57+
- php: 7.3
58+
env:
59+
- DEPS=locked
60+
- php: 7.3
61+
env:
62+
- DEPS=latest
5663

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

Diff for: CHANGELOG.md

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

1111
### Changed
1212

0 commit comments

Comments
 (0)