From 77f37895689d297a28620c1b0d808ac0c388a563 Mon Sep 17 00:00:00 2001 From: webimpress Date: Sat, 15 Dec 2018 13:12:23 +0000 Subject: [PATCH 1/2] Added PHP 7.3 support - updated Travis CI configuration --- .travis.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2fb1fd4..2a6637f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,3 @@ -sudo: false - language: php cache: @@ -53,6 +51,15 @@ matrix: - php: 7.2 env: - DEPS=latest + - php: 7.3 + env: + - DEPS=lowest + - php: 7.3 + env: + - DEPS=locked + - php: 7.3 + env: + - DEPS=latest before_install: - if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi From ebd10216ea8a12413731837ce0796ccac63ea2b3 Mon Sep 17 00:00:00 2001 From: webimpress Date: Sun, 13 Jan 2019 21:37:53 +0000 Subject: [PATCH 2/2] Adds CHANGELOG entry for #22 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2afc69a..914a2fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file, in reverse ### Added -- Nothing. +- [#22](https://github.com/zendframework/zend-tag/pull/22) adds support for PHP 7.3. ### Changed