refactor: modernize CI, add semantic-release, and upgrade to PHP 8.1+#27
Merged
Conversation
github-actions Bot
pushed a commit
that referenced
this pull request
Apr 25, 2026
## 1.0.0 (2026-04-25) * refactor: modernize CI, add semantic-release, and upgrade to PHP 8.1+ (#27) ([bb75cc3](bb75cc3)), closes [#27](#27) * docs: remove version (#23) ([edc0b9c](edc0b9c)), closes [#23](#23) * docs: update readme ([982b4f2](982b4f2)) * fix: coverage workflow (#22) ([dffe083](dffe083)), closes [#22](#22) * chore: add codecov (#21) ([0407f34](0407f34)), closes [#21](#21) * chore: add unit tests (#19) ([32ac1e0](32ac1e0)), closes [#19](#19) * 👾 Added .gitattributes ([198cc91](198cc91)) * 0 index Array ([270567e](270567e)) * 0.1 ([0abd71e](0abd71e)) * 0.2 ([4edca23](4edca23)) * 0.3 ([7596547](7596547)) * 0.4 ([6b91ea9](6b91ea9)) * 0.4 ([e972dec](e972dec)) * 0.8 ([16ba903](16ba903)) * 0.8 ([25279c4](25279c4)) * bug fix ([22082fc](22082fc)) * Bug fix ([7b06336](7b06336)) * class name (PSR-1) ([ad1f7b6](ad1f7b6)) * code styling, class and method renaming accordingly to PSR-1 and PSR-2 ([3a7351e](3a7351e)) * Compare objects like arrarys ([3281bf5](3281bf5)) * composer require ([d853dce](d853dce)) * Composer support ([d49f25e](d49f25e)) * createDynamicallyObjects ([823c411](823c411)) * Fixing* autoload ([acbb5f6](acbb5f6)) * Fixing* name ([aa72443](aa72443)) * Fixing* psr-4 autoload ([e5be946](e5be946)) * installation with composer ([a3dad17](a3dad17)) * Merge branch 'master' of https://github.com/lukascivil/TreeWalker ([58cbf73](58cbf73)) * Merge pull request #13 from ecappa/ecappa-patch-1 ([cfac77d](cfac77d)), closes [#13](#13) * Merge pull request #3 from sergey-shevchenko/master ([d05ab76](d05ab76)), closes [#3](#3) [#2](#2) * Merge pull request #4 from clicks/master ([4e89404](4e89404)), closes [#4](#4) * MIT License ([45fd70b](45fd70b)) * New functionality and refactoring ([9af13d7](9af13d7)) * Packagist update ([1c994ae](1c994ae)) * Redundancy removed ([def0081](def0081)) * Removing unnecessary code ([74fcc5e](74fcc5e)) * Renaming the file ([e9d7dbe](e9d7dbe)) * retesting ([55a26a6](55a26a6)) * Retesting ([93d003f](93d003f)) * Revert "createDynamicallyObjects" ([30af89b](30af89b)) * Update composer.json ([458b207](458b207)) * Update README.md ([74f5322](74f5322)) * Update README.md ([1480f12](1480f12)) * Update README.md ([bb6e827](bb6e827)) * Update README.md ([2d311a0](2d311a0)) * Update README.md ([204f874](204f874)) * Update README.md ([15bdd03](15bdd03)) * Update README.md ([ee90535](ee90535)) * Update README.md ([5a600da](5a600da)) * Update README.md ([f00eb72](f00eb72)) * Update README.md ([806e8b6](806e8b6)) * Update README.md ([1bd3473](1bd3473)) * Update README.md ([4390d52](4390d52)) * Update README.md ([045223f](045223f)) * Update README.md ([56d94a3](56d94a3)) * Update README.md ([37f1ebd](37f1ebd)) * Update README.md ([8f49cd2](8f49cd2)) * Update README.md ([2155cd5](2155cd5)) * Update TreeWalker.php ([ac02932](ac02932))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
.github/workflows/: Renamedphp.yml→ci.ymlwith modernized setup-php action and matrix; addedrelease.ymlfor semantic-release automation.releaserc.json: New semantic-release config using the conventional commits preset, writes aCHANGELOG.md, and triggers a Packagist webhook on releasecomposer.json/composer.lock: PHPUnit^5→^10; explicitphp: >=8.1constraint addedsrc/TreeWalker.php,tests/TreeWalkerTest.php,phpunit.xml: Updated source and test suite for PHPUnit 10 and PHP 8.1+ compatibilityexample/index.php,README.md: Refreshed usage examples and documentationCLAUDE.md: Added codebase guidance for Claude CodeTest plan
composer installand verify no dependency errorscomposer testand confirm all tests passcomposer check-formatto verify PSR-2 complianceci.yml) triggers and succeeds across both PHP versions