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

Failed to install prestissimo plugin since version 2.20.0 #612

Closed
7 of 8 tasks
s4nji opened this issue Jul 6, 2022 · 2 comments
Closed
7 of 8 tasks

Failed to install prestissimo plugin since version 2.20.0 #612

s4nji opened this issue Jul 6, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@s4nji
Copy link

s4nji commented Jul 6, 2022

Describe the bug
prestissimo plugin could not be installed since the recent 2.20.0 action update.
It can still be installed successfully in 2.19.1.

Version

  • v2
  • 2.20.0
  • 2.19.1

Runners

  • GitHub Hosted
  • Self Hosted

Operating systems

  • Ubuntu 22.04
  • Ubuntu 20.04

PHP versions

  • 7.0

To Reproduce

      - name: Setup PHP
        uses: shivammathur/setup-php@v2
        with:
          php-version: '7.0'
          tools: 'composer:v1, prestissimo'
          coverage: 'none'

This fails; you can see an example of the failing workflow run with github hosted runners here (workflow definition here)

Expected behavior
Plugin installed successfully as with 2.19.1:
Example workflow run here (workflow definition here)

Additional Notes
Not sure if this is specific to prestissimo plugin, or only in combination with version 7.0 — did not check further.

Are you willing to submit a PR?
No — I am not familiar with the action internals.

@s4nji s4nji added the bug Something isn't working label Jul 6, 2022
@shivammathur
Copy link
Owner

Fixed in 6cd4c53

@shivammathur shivammathur added the awaiting-release Added/Fixed and tested, awaiting release label Jul 6, 2022
@shivammathur shivammathur changed the title Failed to install prestissimo plugin since version 2.22.0 Failed to install prestissimo plugin since version 2.20.0 Jul 7, 2022
@shivammathur
Copy link
Owner

shivammathur commented Jul 7, 2022

Released the fix in 2.20.1

@shivammathur shivammathur removed the awaiting-release Added/Fixed and tested, awaiting release label Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants