diff --git a/.travis.yml b/.travis.yml index 5cb4df1..ad41f5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ php: - 7.1 - 7.2 - 7.3 + - 7.4 before_script: - travis_retry composer self-update diff --git a/CHANGELOG.md b/CHANGELOG.md index c501b33..1def1ac 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [4.3.4] +- Added PHP 7.4 to Travis +- Fix issue with test data + ## [4.3.3] - Remove '?string' in `UserFrosting\Support\Repository:mergeItems()` method to restore compatability with RequestSchemaInterface. diff --git a/tests/Repository/data/core/owls/tyto.json b/tests/Repository/data/core/owls/tyto.json index 7626524..67d5788 100644 --- a/tests/Repository/data/core/owls/tyto.json +++ b/tests/Repository/data/core/owls/tyto.json @@ -1,3 +1,3 @@ { - "plumage": "floofy" + "plumage": "floofy" }