-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support for consolidation/robo:5.x #26
Conversation
5bbc3a0
to
3144dcc
Compare
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.
The php version issues I reported might also resolve the pipeline fail
PHP_VERSION: [ "8.2", "8.3" ] | ||
include: | ||
- ROBO_VERSION: "4.0" | ||
PHP_VERSION: "8.0" | ||
- ROBO_VERSION: "4.0" | ||
PHP_VERSION: "8.1" |
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.
There is something wrong here, the PHP versions listed are 8.2 and 8.3 but you include lower versions in the matrix.
4.x supports min version php8.0 but the 5.x supports only php8.2 and up
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.
Indeed, Robo 4 and 5 supports different versions of PHP. What is configured here for the pipeline is:
- Execute PHP 8.2 and 8.3 for both Robo versions.
- For Robo 4.0 execute in addition PHP 8.0 and 8.1.
Example: https://github.com/AaronGilMartinez/robo-config/actions/runs/11018721272
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.
I see it points to the wrong pipeline
composer.json
Outdated
}, | ||
"require-dev": { | ||
"drupal/coder": "^8.3.16", | ||
"phpunit/phpunit": "^9.5.5", | ||
"phpro/grumphp": "^1.14" | ||
"phpro/grumphp": "^1.14 || ^2.6" |
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.
what bring 2.6 that we need and 2.5 or lower does not?
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.
True, minimum is 2.3 that brings support for Symfony 7 and PHP 8.3, fixed.
Resolves #24
Link to tests https://github.com/AaronGilMartinez/robo-config/actions/