Skip to content

Commit 73362cd

Browse files
authored
Merge pull request #48 from localheinz/feature/php7.2
Enhancement: Add support for PHP 7.2
2 parents 915aae0 + a346b01 commit 73362cd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/integrate.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- "5.6"
4646
- "7.0"
4747
- "7.1"
48+
- "7.2"
4849

4950
dependencies:
5051
- "locked"

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ For a full diff see [`0.2.7...0.3.0`][0.2.7...0.3.0].
1515
### Added
1616

1717
* Added support for PHP 7.1 ([#47]), by [@localheinz]
18+
* Added support for PHP 7.2 ([#48]), by [@localheinz]
1819

1920
### Changed
2021

@@ -136,6 +137,7 @@ For a full diff see [`fcfd14e...v0.1.1`][fcfd14e...0.1.1].
136137
[#30]: https://github.com/nicmart/Tree/pull/30
137138
[#35]: https://github.com/nicmart/Tree/pull/35
138139
[#47]: https://github.com/nicmart/Tree/pull/47
140+
[#48]: https://github.com/nicmart/Tree/pull/48
139141

140142
[@asalazar-pley]: https://github.com/asalazar-pley
141143
[@Djuki]: https://github.com/Djuki

0 commit comments

Comments
 (0)