Skip to content

Commit

Permalink
Enhancement: Add support for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Oct 4, 2022
1 parent cc95abe commit 3d63a85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"

dependencies:
- "locked"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`0.3.1...master`][0.3.1...master].

### Added

- Added support for PHP 8.1 ([#105]), by [@localheinz]

### Changed

- Dropped support for PHP 7.1 ([#106]), by [@localheinz]
Expand Down Expand Up @@ -168,6 +172,7 @@ For a full diff see [`fcfd14e...v0.1.1`][fcfd14e...0.1.1].
[#58]: https://github.com/nicmart/Tree/pull/58
[#59]: https://github.com/nicmart/Tree/pull/59
[#79]: https://github.com/nicmart/Tree/pull/79
[#105]: https://github.com/nicmart/Tree/pull/105
[#106]: https://github.com/nicmart/Tree/pull/106

[@asalazar-pley]: https://github.com/asalazar-pley
Expand Down

0 comments on commit 3d63a85

Please sign in to comment.