We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ae62f commit 3663f13Copy full SHA for 3663f13
.github/workflows/tests.yml
@@ -70,7 +70,7 @@ jobs:
70
with:
71
timeout_minutes: 5
72
max_attempts: 5
73
- command: composer require "symfony/console:^6.4" --no-update --no-interaction
+ command: composer require "symfony/console:^6.0" --no-update --no-interaction
74
if: "matrix.symfony == '6'"
75
76
- name: Select Symfony 7
0 commit comments