Skip to content

Allow PHPUnit 12 and 13 - #19

Merged
dereuromark merged 1 commit into
masterfrom
allow-phpunit-12-13
Sep 14, 2026
Merged

dereuromark merged 1 commit into
masterfrom
allow-phpunit-12-13

Conversation

@dereuromark

Copy link
Copy Markdown
Contributor

Summary

  • allow PHPUnit 12 and 13 in the development constraint
  • migrate data-provider metadata to attributes supported by PHPUnit 10–13
  • test PHP 8.3/PHPUnit 12 and PHP 8.5/PHPUnit 13 in CI
  • remove an obsolete APC setting that causes a PHPUnit 13 runner warning

Verification

  • PHPUnit 10.5: 266 tests, 339 assertions
  • PHPUnit 12.5: 266 tests, 339 assertions
  • PHPUnit 13.3: 266 tests, 339 assertions
  • composer validate --strict
  • composer stan
  • composer cs-check

Review note

The required local Claude CLI review was attempted, but the CLI reported that its session limit had been reached.

Copilot AI lite review requested due to automatic review settings September 14, 2026 11:42
@dereuromark
dereuromark marked this pull request as ready for review September 14, 2026 11:43
@codecov

codecov Bot commented Sep 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.14%. Comparing base (f264333) to head (3e0959e).

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #19   +/-   ##
=========================================
  Coverage     94.14%   94.14%           
  Complexity      104      104           
=========================================
  Files             1        1           
  Lines           239      239           
=========================================
  Hits            225      225           
  Misses           14       14           

☔ View full report in Codecov by Harness.
📢 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.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

No unresolved blocking issues were identified in the reviewed changes.

Pull request overview

This pull request expands PHPUnit support through version 13, updates test metadata and CI coverage, and removes obsolete APC configuration.

Changes:

  • Migrates data providers to PHPUnit attributes.
  • Allows PHPUnit versions 10–13.
  • Updates PHP CI coverage for 8.1, 8.3, and 8.5.
  • Removes the obsolete APC setting.
File summaries
File Summary
tests/DecimalTest.php Migrates data providers to attributes.
phpunit.xml.dist Removes obsolete APC configuration.
composer.json Allows PHPUnit 12 and 13.
.github/workflows/ci.yml Updates the PHP CI matrix.
Review details
  • Files reviewed: 4/4 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@dereuromark
dereuromark merged commit 49612bb into master Sep 14, 2026
7 checks passed
@dereuromark
dereuromark deleted the allow-phpunit-12-13 branch September 14, 2026 11:48
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.

2 participants