Skip to content

Add PHP 8.4 and 8.5 support and update CI workflow#7

Merged
raigu merged 1 commit intomainfrom
claude/add-php-version-support-95ute
Feb 17, 2026
Merged

Add PHP 8.4 and 8.5 support and update CI workflow#7
raigu merged 1 commit intomainfrom
claude/add-php-version-support-95ute

Conversation

@raigu
Copy link
Copy Markdown
Owner

@raigu raigu commented Feb 17, 2026

Summary

This PR extends PHP version support to include PHP 8.4 and 8.5, and updates the CI/CD workflow to test against these new versions.

Key Changes

  • CI/CD Updates: Extended the GitHub Actions PHP test matrix to include PHP 8.4 and 8.5 alongside existing versions (7.4, 8.0, 8.1, 8.2, 8.3)
  • Composer Configuration: Removed the deprecated --no-suggest flag from the composer install command, which is no longer supported in recent Composer versions
  • Documentation: Updated README.md to reflect support for PHP 8.4 and 8.5

Implementation Details

  • The test matrix now covers a broader range of PHP versions to ensure compatibility with the latest releases
  • The --no-suggest flag removal aligns with modern Composer best practices and improves CI/CD compatibility

https://claude.ai/code/session_011pzsvmoNcT6Z8JByQYqUUb

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (d2aedfd) to head (44af4fa).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##                main        #7   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity         9         9           
===========================================
  Files              1         1           
  Lines             26        26           
===========================================
  Hits              26        26           

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

@raigu raigu merged commit a77ebad into main Feb 17, 2026
19 checks passed
@raigu raigu deleted the claude/add-php-version-support-95ute branch February 17, 2026 20: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