shivammathur / setup-php

GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools.
https://setup-php.com
MIT License
2.89k stars 337 forks source link

unable to install parallel-lint #782

Closed staabm closed 10 months ago

staabm commented 10 months ago

Describe the bug today our jobs using parallel-lint started failling

Version

Runners

Operating systems runs-on: ubuntu-latest

PHP versions

            -   uses: shivammathur/setup-php@v2
                with:
                    php-version: 7.4
                    tools: cs2pr, parallel-lint
                    coverage: none

To Reproduce

Expected behavior

Screenshots/Logs image

grafik

Additional context

Are you willing to submit a PR?

wschoot commented 10 months ago

we're experiencing the same but github status has also some outages right now

wschoot commented 10 months ago

After github reported their service back online, this error disappeared for us. How about you @staabm ?

staabm commented 10 months ago

right, it works again.

I am wondering what in the github infrastructure is required to install this tool.. maybe there is some low hanging fruit to make this more independent

shivammathur commented 10 months ago

@staabm It is fetched from the releases here.