Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Feature/update deps 2026 04 16
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #213 +/- ##
===========================================
Coverage 100.00% 100.00%
Complexity 234 234
===========================================
Files 22 22
Lines 693 693
===========================================
Hits 693 693 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
This pull request updates the project's development and CI tooling to support the latest WordPress and PHP versions, modernizes dependencies, and improves code quality analysis. It also removes legacy workflow files and introduces a new configuration for Scrutinizer CI.
Continuous Integration and Testing Updates:
.github/workflows/WP_6_4.yaml,.github/workflows/WP_6_5.yaml,.github/workflows/WP_6_1.yaml→.github/workflows/WP_6_7.yaml,.github/workflows/WP_6_2.yaml→.github/workflows/WP_6_8.yaml,.github/workflows/WP_6_3.yaml→.github/workflows/WP_6_9.yaml,.github/workflows/WP_6_6.yaml) [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]Dependency and PHP Version Modernization:
composer.jsonto require PHP 8.0+, the latest dev dependencies (WordPress 6.9, PHPUnit, PHPStan, etc.), and improved Composer scripts for test, coverage, and analysis. Minimum stability is set todevwithprefer-stableenabled.Code Quality and Static Analysis:
.scrutinizer.ymlfile to enable Scrutinizer CI with PHP code analysis, duplication checks, and coding style rules, while excluding test and vendor files.Changelog and Minor Code Fixes:
README.mdto reflect dependency updates.src/Application/App.php.