Skip to content

Develop#213

Merged
gin0115 merged 5 commits intomasterfrom
develop
Apr 16, 2026
Merged

Develop#213
gin0115 merged 5 commits intomasterfrom
develop

Conversation

@gin0115
Copy link
Copy Markdown
Contributor

@gin0115 gin0115 commented Apr 16, 2026

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:

  • Removed old GitHub Actions workflows for WordPress 6.1–6.5 and PHP 7.4–8.3, and replaced them with updated workflows for WordPress 6.6–6.9 supporting only PHP 8.0–8.4 and MySQL 8.4. These workflows also include improved health checks and reporting with Codecov. (.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:

  • Updated composer.json to 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 to dev with prefer-stable enabled.

Code Quality and Static Analysis:

  • Added a .scrutinizer.yml file 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:

  • Updated the changelog in README.md to reflect dependency updates.
  • Simplified the logic for setting the view path in src/Application/App.php.

@gin0115 gin0115 merged commit 655dd54 into master Apr 16, 2026
22 of 23 checks passed
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (faa0231) to head (6b81ed2).
⚠️ Report is 6 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant