-
-
Notifications
You must be signed in to change notification settings - Fork 405
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When trying to install the Symfony CLI tool, it fails
Version
- I have checked releases, and the bug exists in the latest patch version of
v1orv2. -
v2 -
v1
Runners
- GitHub Hosted
- Self Hosted
Operating systems
PHP versions
8.1
To Reproduce
- name: Setup PHP
uses: shivammathur/setup-php@verbose
with:
php-version: 8.1
tools: symfony-cli
env:
fail-fast: trueExpected behavior
Screenshots/Logs
Err:3 https://repo.symfony.com/apt Packages
Could not handshake: The TLS connection was non-properly terminated. [IP: 3.224.177.130 443]
Ign:4 https://repo.symfony.com/apt Translation-en
Reading package lists...
E: Failed to fetch https://repo.symfony.com/apt/Packages Could not handshake: The TLS connection was non-properly terminated. [IP: 3.224.177.130 443]
E: Some index files failed to download. They have been ignored, or old ones used instead.
Additional context
The docs of the Symfony CLI now points to cloudsmith.io, a cloud based artifact repository. I think the link to the repository needs to be updated?
Are you willing to submit a PR?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working