diff --git a/.travis.yml b/.travis.yml index 8406c9c97..fd41f105d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,13 @@ matrix: - php: 7.2 env: - DEPS=latest - - php: nightly + - php: 7.3 + env: + - DEPS=lowest + - php: 7.3 + env: + - DEPS=locked + - php: 7.3 env: - DEPS=latest diff --git a/CHANGELOG.md b/CHANGELOG.md index 26c5e792a..45c94f66e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 3.2.2 - TBD + +### Added + +- [#96](https://github.com/zendframework/zend-stdlib/pull/96) Added PHP 7.3 support + +### Changed + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Nothing. + ## 3.2.1 - 2018-08-28 ### Added diff --git a/README.md b/README.md index 8d9ff96cc..67fe719cb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # zend-stdlib +> ## Repository abandoned 2019-12-31 +> +> This repository has moved to [laminas/laminas-stdlib](https://github.com/laminas/laminas-stdlib). + [![Build Status](https://secure.travis-ci.org/zendframework/zend-stdlib.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-stdlib) [![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-stdlib/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-stdlib?branch=master)