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

Fix: Run friendsofphp/php-cs-fixer as installed with composer #1292

Closed
wants to merge 1 commit into from

Conversation

localheinz
Copy link
Contributor

This pull request

  • runs friendsofphp/php-cs-fixer as installed with composer

@@ -18,10 +18,29 @@ jobs:
steps:
- uses: actions/checkout@master

- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga:3.4.0
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Compare with composer.json:

"friendsofphp/php-cs-fixer": "3.5.0",

@dcr-stripe
Copy link
Contributor

Thanks for the PR @localheinz and sorry for the delay in responding! Our current workflow uses 3.4.0 explicitly since 3.5.0 doesn't support PHP 7.1 (which we support in CI) and composer fails to install in that case.

@dcr-stripe dcr-stripe closed this Jul 14, 2022
@localheinz localheinz deleted the fix/php-cs-fixer branch July 15, 2022 07:55
@localheinz localheinz restored the fix/php-cs-fixer branch October 17, 2022 17:21
@localheinz localheinz deleted the fix/php-cs-fixer branch August 31, 2023 14:22
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.

2 participants