Skip to content

Commit e5c4946

Browse files
authored
Merge pull request #105 from nicmart/feature/php81
Enhancement: Add support for PHP 8.1
2 parents cc95abe + 3d63a85 commit e5c4946

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/integrate.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
- "7.3"
8787
- "7.4"
8888
- "8.0"
89+
- "8.1"
8990

9091
dependencies:
9192
- "locked"

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

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

11+
### Added
12+
13+
- Added support for PHP 8.1 ([#105]), by [@localheinz]
14+
1115
### Changed
1216

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

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

0 commit comments

Comments
 (0)