-
Notifications
You must be signed in to change notification settings - Fork 0
Fixes #10 #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #10 #11
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xaviermarchegay .github/workflows/test.yml must be updated too.
|
Please upgrade Rector & php-cs-fixer config too. |
.github/workflows/test.yml
Outdated
|
|
||
| symfony-require: 7.4.* | ||
| variant: symfony/symfony:"7.4.*" | ||
| # - php-version: '8.4' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uncomment it
| # allowed-to-fail: false | ||
| # symfony-require: 8.0.* | ||
| # variant: symfony/symfony:"8.0.*" | ||
| - php-version: '8.5' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add - php-version: '8.5'
dependencies: highest
allowed-to-fail: false
symfony-require: 6.4.*
variant: symfony/symfony:"6.4.*"
.github/workflows/test.yml
Outdated
| allowed-to-fail: false | ||
| symfony-require: 7.4.* | ||
| variant: symfony/symfony:"7.4.*" | ||
| # - php-version: '8.5' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uncomment it
.php-cs-fixer.dist.php
Outdated
| EOF; | ||
|
|
||
| return (new PhpCsFixer\Config()) | ||
| ->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete it
.github/workflows/test.yml
Outdated
| # - php-version: '8.4' | ||
| # dependencies: highest | ||
| # allowed-to-fail: false | ||
| # symfony-require: 8.0.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try symfony-require: 8.*
variant: symfony/symfony:"8.*"
rector.php
Outdated
| // here we can define what prepared sets of rules will be applied | ||
| ->withPreparedSets(deadCode: true, codeQuality: true, symfonyCodeQuality: true) | ||
| ->withAttributesSets(symfony: true) | ||
| ->withComposerBased(symfony: true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't work on vendors because symfony version is multiple.
…` and update CHANGELOG
composer.json
Outdated
| "require": { | ||
| "php": ">=8.2", | ||
| "cleverage/process-bundle": "^4.0", | ||
| "cleverage/process-bundle": "^4.0|^5.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only latest version of PB is supported. => "cleverage/process-bundle": "^5.0",
CHANGELOG.md
Outdated
|
|
||
| ### Changes | ||
| * [#10](https://github.com/cleverage/cache-process-bundle/issues/10) Add support for PHP 8.5 and Symfony 8.* Update phpunit/phpunit to version >10.0 | ||
| * [#10](https://github.com/cleverage/cache-process-bundle/issues/10) Add support for PHP 8.5 and Symfony 8.* Update phpunit/phpunit to version >10.0 Add support for cleverage/process-bundle ^5.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add support for cleverage/process-bundle ^5.0 => Bump version to cleverage/process-bundle ^5.0
… only and adjust CHANGELOG accordingly
…prove readability
Description
Upgrades php and symfony
Requirements