mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 10:56:38 +00:00
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:
@@ -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'"
|
||||
|
||||
Reference in New Issue
Block a user