minor #4729 Fix tiny typo in CI step name (smnandre)

This PR was merged into the 3.x branch.

Discussion
----------

Fix tiny typo in CI step name

Just a nano-typo there in a step name

`symfony/translation-contract`+`s`

Commits
-------

949f351458 Fix tiny typo in CI workflow label
This commit is contained in:
Fabien Potencier
2026-01-06 08:05:11 +01:00
+1 -1
View File
@@ -104,7 +104,7 @@ jobs:
- name: "PHPUnit version"
run: vendor/bin/simple-phpunit --version
- name: "Prevent installing symfony/translation-contract 3.0"
- name: "Prevent installing symfony/translation-contracts 3.0"
if: "matrix.extension == 'twig-extra-bundle'"
working-directory: extra/${{ matrix.extension }}
run: "composer require --no-update 'symfony/translation-contracts:^1.1|^2.0'"