Skip to content

Add PHP 8.5 support#122

Draft
Copilot wants to merge 2 commits intomasterfrom
copilot/fix-php-8-5-compatibility
Draft

Add PHP 8.5 support#122
Copilot wants to merge 2 commits intomasterfrom
copilot/fix-php-8-5-compatibility

Conversation

Copy link

Copilot AI commented Feb 24, 2026

Composer reports version-constraint conflicts when installing yiisoft/mailer on PHP 8.5 because the package only declared compatibility up to PHP 8.4.

Changes

  • composer.json — Extend require.php constraint from 8.1 - 8.48.1 - 8.5
  • .github/workflows/build.yml — Add 8.5 to the PHPUnit test matrix
Original prompt

This section details on the original issue you should resolve

<issue_title>PHP 8.5 support</issue_title>
<issue_description>### Proposed new feature or change

When installing or updating yiisoft/mailer on PHP 8.5, Composer reports version‑constraint conflicts. It appears that the package does not yet declare compatibility with PHP 8.5.</issue_description>

<agent_instructions>Fix PHP 8.5 compatibility, add it to github actions as well.</agent_instructions>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: samdark <47294+samdark@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix compatibility issues with PHP 8.5 for yiisoft/mailer Add PHP 8.5 support Feb 24, 2026
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.

PHP 8.5 support

2 participants