Skip to content

Commit

Permalink
Add PHP8 to CI matrix (#28)
Browse files Browse the repository at this point in the history
Add PHP8 to CI matrix
  • Loading branch information
antonkomarev authored Dec 31, 2020
1 parent 023cacb commit 27afa8c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0

env:
global:
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 27afa8c

Please sign in to comment.