Skip to content

Commit 2d215df

Browse files
committed
chore(ci): SYMFONY_DEPRECATIONS_HELPER: max[self]=0
1 parent f589704 commit 2d215df

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
env:
88
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
COVERAGE: '0'
10-
SYMFONY_DEPRECATIONS_HELPER: disabled=1
10+
SYMFONY_DEPRECATIONS_HELPER: max[self]=0
1111

1212
jobs:
1313
php-cs-fixer:
@@ -504,8 +504,8 @@ jobs:
504504
run: composer update --no-interaction --no-progress --ansi
505505
- name: Require Symfony components
506506
run: composer require symfony/uid --dev --no-interaction --no-progress --ansi
507-
- name: Install PHPUnit
508-
run: vendor/bin/simple-phpunit --version
507+
- name: Run PHPUnit
508+
run: vendor/bin/simple-phpunit
509509
- name: Clear test app cache
510510
run: tests/Fixtures/app/console cache:clear --ansi
511511
- name: Run Behat tests
@@ -562,10 +562,9 @@ jobs:
562562
php:
563563
- '8.1'
564564
fail-fast: false
565-
env:
565+
# env:
566566
# See https://github.com/doctrine/DoctrineMongoDBBundle/pull/673
567567
#SYMFONY_DEPRECATIONS_HELPER: max[direct]=0
568-
SYMFONY_DEPRECATIONS_HELPER: max[self]=0
569568
steps:
570569
- name: Checkout
571570
uses: actions/checkout@v2

0 commit comments

Comments
 (0)