Fix tiny typo in CI workflow label

Just a nano-typo there

"symfony/translation-contract" -> "symfony/translation-contract**s**"
This commit is contained in:
Simon André
2026-01-05 22:50:27 +01:00
committed by GitHub
parent 4537dff30b
commit 949f351458
+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'"