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

Use forked setup-php-sdk action to fix download issues #1606

Closed
wants to merge 1 commit into from

Conversation

alcaeus
Copy link
Member

@alcaeus alcaeus commented Jul 5, 2024

Packages for old PHP versions are have moved to a different folder, causing download issues in the setup-php-sdk action. This PR switches to a forked version until the upstream action is fixed.

@alcaeus alcaeus self-assigned this Jul 5, 2024
@alcaeus alcaeus changed the title WIP: Use forked setup-php-sdk Use forked setup-php-sdk action to fix download issues Jul 5, 2024
@alcaeus alcaeus marked this pull request as ready for review July 5, 2024 12:46
@alcaeus alcaeus requested a review from GromNaN July 5, 2024 12:46
@@ -31,7 +31,7 @@ runs:

- name: Setup PHP SDK
id: setup-php
uses: php/setup-php-sdk@v0.8
uses: alcaeus/setup-php-sdk@fix-old-php-install
Copy link
Member

Choose a reason for hiding this comment

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

Checked the diff: php/setup-php-sdk@main...alcaeus:setup-php-sdk:fix-old-php-install

Is it something you will contribute back to the project?

Copy link
Member Author

Choose a reason for hiding this comment

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

I always do: php/setup-php-sdk#2

@alcaeus
Copy link
Member Author

alcaeus commented Jul 8, 2024

Closing as we've found a different solution.

@alcaeus alcaeus closed this Jul 8, 2024
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