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

Could not setup symfony-cli #653

Closed
2 of 5 tasks
wesleylether opened this issue Oct 9, 2022 · 2 comments
Closed
2 of 5 tasks

Could not setup symfony-cli #653

wesleylether opened this issue Oct 9, 2022 · 2 comments
Assignees
Labels
upstream-issue Issue in an upstream project

Comments

@wesleylether
Copy link

Describe the bug
As of today I get the following message with configuring the tools:

==> Setup Tools
✓ composer Added composer 2.4.2
✗ symfony-cli Could not setup symfony-cli

So it is not installing symfony-cli anymore

Version

  • I have checked releases, and the bug exists in the latest patch version of v1 or v2.
  • v2
  • v1

Runners

  • GitHub Hosted
  • Self Hosted

Operating systems
ubuntu-20.04

PHP versions
PHP 8.1

To Reproduce

    tests_be:
        runs-on: [ ubuntu-20.04 ]
        timeout-minutes: 7
        name: Test BE

        strategy:
            matrix:
                php-version: [ 8.1 ]
                composer-version: [ 2 ]

        steps:

            -   name: Setup PHP
                uses: shivammathur/setup-php@v2
                with:
                    php-version: ${{ matrix.php-version }}
                    tools: symfony-cli, composer:${{ matrix.composer-version }}
                    extensions: ctype, gd, iconv, intl, mbstring, pdo_sqlite, json
@wesleylether wesleylether added the bug Something isn't working label Oct 9, 2022
Repository owner locked and limited conversation to collaborators Oct 9, 2022
@shivammathur shivammathur added upstream-issue Issue in an upstream project and removed bug Something isn't working labels Oct 9, 2022
Repository owner unlocked this conversation Oct 10, 2022
@shivammathur shivammathur reopened this Oct 10, 2022
@shivammathur
Copy link
Owner

This is fixed upstream

@jeremyFreeAgent
Copy link

I can confirm that the issue is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream-issue Issue in an upstream project
Projects
None yet
Development

No branches or pull requests

3 participants