Skip to content

Commit 0f467a4

Browse files
committed
feat(Work Flows) separated symfony integrations.
1 parent 7bfc616 commit 0f467a4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/symfony.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ jobs:
3434
sed -ri '/symfony\/(monolog-bundle|phpunit-bridge|messenger)/! s/"symfony\/(.+)": "(.+)"/"symfony\/\1": "'${{ matrix.symfony-versions }}'"/' composer.json;
3535
3636
- run: composer remove --dev symfony/messenger --no-update
37-
if: matrix.symfony-versions == '3.4'
37+
env:
38+
SYMFONY_DEPRECATIONS_HELPER: disabled
39+
if: matrix.symfony-versions == '3.4.*'
3840

3941
- run: composer remove --dev friendsofphp/php-cs-fixer --no-update
40-
if: matrix.symfony-versions == '3.4'
42+
if: matrix.symfony-versions == '3.4.*'
4143

4244
- run: composer update --no-progress --ansi
4345

0 commit comments

Comments
 (0)