Implements #179 - PHP 8.5 / Symfony 8#180
Merged
njoubert-cleverage merged 3 commits intomainfrom Dec 9, 2025
Merged
Conversation
- **Bump PHP to 8.2+** and enable support for Symfony 6.4, 7.4, and 8.0 in `composer.json`. - Add PHP 8.5 support in GitHub workflows and Docker configuration. - Update PHPUnit dependencies and configuration to version 10+ with stricter coverage annotations. - Migrate from PHPDoc annotations to PHPUnit attributes in test classes. - Update `.github/workflows/test.yml` and `.github/workflows/quality.yml` to use `actions/checkout@v6`. - Adjust Rector configuration for PHP 8.5 compatibility. - Update Dockerfile to reflect changes in PHP version and simplifications.
…de, remove PHP 8.1
CHANGELOG.md
Outdated
| * [#179](https://github.com/cleverage/process-bundle/issues/179) Upgrade to Symfony 8 & PHP 8.5 | ||
|
|
||
| ## BC breaks | ||
| * [#179](https://github.com/cleverage/process-bundle/issues/179) Remove PHP 8.1 |
Member
There was a problem hiding this comment.
Remove support for PHP 8.1 and Symfony 7.3
CHANGELOG.md
Outdated
| ----- | ||
|
|
||
| ## Changes | ||
| * [#179](https://github.com/cleverage/process-bundle/issues/179) Upgrade to Symfony 8 & PHP 8.5 |
Member
There was a problem hiding this comment.
Add support for PHP 8.5 and Symfony 8.*
Member
There was a problem hiding this comment.
Update phpunit/phpunit to version >10.0
…, note removal of PHP 8.1 and Symfony 7.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
composer.json..github/workflows/test.ymland.github/workflows/quality.ymlto useactions/checkout@v6.Requirements
Breaking changes