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

[TASK] Run scripts with Composer's PHP version #60

Merged
merged 1 commit into from
Aug 13, 2022

Conversation

gilbertsoft
Copy link
Collaborator

No description provided.

@gilbertsoft
Copy link
Collaborator Author

Some of the changes before were lost during a rebase, so again...

@gilbertsoft gilbertsoft force-pushed the task/composer-scripts-fixes branch from 1cfb444 to 68ccd4c Compare August 13, 2022 13:45
"ci:php:stan": "phpstan analyse --no-progress",
"ci:php:cs": "@php php-cs-fixer fix -v --dry-run --using-cache no --diff",
"ci:php:lint": "@php phplint --no-progress",
"ci:php:stan": "@php phpstan analyse --no-progress",
"ci:php:unit": "phpunit",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A bug in Composer 1 currently avoids to use @php here too. Must be done once Composer 1 isn't removed from CI.

@gilbertsoft gilbertsoft merged commit 8b53d09 into TYPO3:main Aug 13, 2022
@gilbertsoft gilbertsoft deleted the task/composer-scripts-fixes branch August 13, 2022 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant