ci: add GitHub Actions CI/CD pipeline, PHPStan & CS Fixer configs#3
Merged
ci: add GitHub Actions CI/CD pipeline, PHPStan & CS Fixer configs#3
Conversation
Owner
QDenka
commented
Feb 8, 2026
- Add CI workflow: tests on PHP 8.1/8.2/8.3, PHPStan, CS Fixer, coverage
- Add release workflow: auto-tag on main merge
- Add PHPStan config (level 6)
- Add PHP-CS-Fixer config (PSR-12 + strict)
- Add PHPUnit config with coverage
- Update .gitignore for build artifacts
- Add CI workflow: tests on PHP 8.1/8.2/8.3, PHPStan, CS Fixer, coverage - Add release workflow: auto-tag on main merge - Add PHPStan config (level 6) - Add PHP-CS-Fixer config (PSR-12 + strict) - Add PHPUnit config with coverage - Update .gitignore for build artifacts
…issing guzzlehttp/psr7 dep - Fix CS Fixer: remove unsupported --format=github, use txt format - Fix PHPStan: replace deprecated checkMissingIterableValueType with identifier-based ignore - Fix PHPStan: add int casts for Redis::del/exists returns - Fix PHPStan: remove generic PromiseInterface<T> PHPDoc (not generic) - Fix tests: add guzzlehttp/psr7 as explicit dependency - Fix CS Fixer: pin PHP version to 80100 to avoid PHP 8.3 syntax warnings
…er informational - PHPStan: ignore PromiseInterface generic type (varies between react/promise v2 and v3) - CS Fixer: set continue-on-error since codebase needs initial formatting pass - CS Fixer: simplify rules to match current code style (remove risky rules) - CS Fixer: remove native_function_invocation, no_superfluous_phpdoc_tags, strict_param - CS Fixer: simplify trailing_comma_in_multiline to arrays only
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.