We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Installing Symfony CLI takes a lot of time, sometimes more than 1 minute. I think it's since this commit 44d81f9,
Version
v1
v2
Runners
Operating systems ubuntu-latest
ubuntu-latest
PHP versions 8.1
8.1
To Reproduce
- name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: 8.1 tools: symfony env: fail-fast: true
Expected behavior Installing Symfony CLI shoud take a few seconds.
Screenshots/Logs
Additional context Since commit 44d81f9, the script checks if brew is available, but brew is available on GitHub Ubuntu runners and it's slow.
brew
Are you willing to submit a PR? Yes.
The text was updated successfully, but these errors were encountered:
Released in 2.22.0.
Sorry, something went wrong.
shivammathur
No branches or pull requests
Describe the bug
Installing Symfony CLI takes a lot of time, sometimes more than 1 minute. I think it's since this commit 44d81f9,
Version
v1
orv2
.v2
v1
Runners
Operating systems
ubuntu-latest
PHP versions
8.1
To Reproduce
Expected behavior
Installing Symfony CLI shoud take a few seconds.
Screenshots/Logs


Additional context
Since commit 44d81f9, the script checks if
brew
is available, but brew is available on GitHub Ubuntu runners and it's slow.Are you willing to submit a PR?
Yes.
The text was updated successfully, but these errors were encountered: