From 27afa8c5e719d09f0ee0209e22c443dc57c9db82 Mon Sep 17 00:00:00 2001 From: Anton Komarev <1849174+antonkomarev@users.noreply.github.com> Date: Thu, 31 Dec 2020 06:40:05 +0300 Subject: [PATCH] Add PHP8 to CI matrix (#28) Add PHP8 to CI matrix --- .travis.yml | 1 + CHANGELOG.md | 10 +++++++++- composer.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 172b670..17966df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ php: - 7.2 - 7.3 - 7.4 + - 8.0 env: global: diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b0400e..e202758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to `cybercog/laravel-optimus` will be documented in this fil ## [Unreleased] +## [3.6.0] - 2020-12-31 + +### Added + +- ([#27]) PHP 8.x support + ## [3.5.0] - 2020-09-09 ### Added @@ -81,7 +87,8 @@ All notable changes to `cybercog/laravel-optimus` will be documented in this fil Initial release -[Unreleased]: https://github.com/cybercog/laravel-optimus/compare/3.5.0...master +[Unreleased]: https://github.com/cybercog/laravel-optimus/compare/3.6.0...master +[3.6.0]: https://github.com/cybercog/laravel-optimus/compare/3.5.0...3.6.0 [3.5.0]: https://github.com/cybercog/laravel-optimus/compare/3.4.2...3.5.0 [3.4.2]: https://github.com/cybercog/laravel-optimus/compare/3.4.1...3.4.2 [3.4.1]: https://github.com/cybercog/laravel-optimus/compare/3.4.0...3.4.1 @@ -93,6 +100,7 @@ Initial release [2.1.0]: https://github.com/cybercog/laravel-optimus/compare/2.0.0...2.1.0 [2.0.0]: https://github.com/cybercog/laravel-optimus/compare/1.0.0...2.0.0 +[#27]: https://github.com/cybercog/laravel-optimus/pull/27 [#25]: https://github.com/cybercog/laravel-optimus/pull/25 [#23]: https://github.com/cybercog/laravel-optimus/pull/23 [#22]: https://github.com/cybercog/laravel-optimus/pull/22 diff --git a/composer.json b/composer.json index 30b4442..5930bab 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "docs": "https://github.com/cybercog/laravel-optimus/wiki" }, "require": { - "php": "^7.1.3|^8.0.0", + "php": "^7.1.3|^8.0", "graham-campbell/manager": "^4.0", "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0", "illuminate/support": "^5.5|^6.0|^7.0|^8.0",