Skip to content
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

Merged
merged 4 commits into from
Oct 3, 2024

Conversation

AaronGilMartinez
Copy link
Contributor

@AaronGilMartinez AaronGilMartinez commented Sep 24, 2024

Copy link

@drishu drishu left a 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

Comment on lines +11 to +16
PHP_VERSION: [ "8.2", "8.3" ]
include:
- ROBO_VERSION: "4.0"
PHP_VERSION: "8.0"
- ROBO_VERSION: "4.0"
PHP_VERSION: "8.1"
Copy link

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

Copy link
Contributor Author

@AaronGilMartinez AaronGilMartinez Sep 26, 2024

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:

Copy link

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"
Copy link

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?

Copy link
Contributor Author

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.

@ademarco ademarco merged commit 9e25f40 into nuvoleweb:3.x Oct 3, 2024
0 of 2 checks passed
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.

Support for consolidation/robo:5.x
3 participants