Skip to content

Bump minimum PHP version to 8.4#77

Merged
simPod merged 1 commit intomasterfrom
claude/drop-php-8.2-support-Zk0CW
Feb 15, 2026
Merged

Bump minimum PHP version to 8.4#77
simPod merged 1 commit intomasterfrom
claude/drop-php-8.2-support-Zk0CW

Conversation

@simPod
Copy link
Owner

@simPod simPod commented Feb 15, 2026

Summary

This pull request updates the project's minimum supported PHP version from 8.2 to 8.4 across all configuration files and CI/CD workflows.

Key Changes

  • Updated composer.json to require PHP ^8.4 instead of ^8.2
  • Updated CI workflow (ci.yml) to remove PHP 8.2 from the test matrix and use PHP 8.4 for the lowest dependencies test
  • Updated coding standards workflow (coding-standards.yml) to use PHP 8.4
  • Updated static analysis workflow (static-analysis.yml) to use PHP 8.4

Details

All GitHub Actions workflows now consistently use PHP 8.4 as the minimum version for running tests, code quality checks, and static analysis. This aligns the runtime requirement in composer.json with the actual versions being tested in CI.

https://claude.ai/code/session_01WEo1AogCFQGK9LjanVPZTo

@codecov
Copy link

codecov bot commented Feb 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.00%. Comparing base (db97cf0) to head (bd45465).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #77   +/-   ##
=======================================
  Coverage   75.00%   75.00%           
=======================================
  Files           2        2           
  Lines          56       56           
=======================================
  Hits           42       42           
  Misses         14       14           

☔ 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.

@simPod simPod merged commit f363925 into master Feb 15, 2026
8 checks passed
@simPod simPod deleted the claude/drop-php-8.2-support-Zk0CW branch February 15, 2026 08:17
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