File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 7
7
env :
8
8
COMPOSER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9
9
COVERAGE : ' 0'
10
- SYMFONY_DEPRECATIONS_HELPER : disabled=1
10
+ SYMFONY_DEPRECATIONS_HELPER : max[self]=0
11
11
12
12
jobs :
13
13
php-cs-fixer :
@@ -504,8 +504,8 @@ jobs:
504
504
run : composer update --no-interaction --no-progress --ansi
505
505
- name : Require Symfony components
506
506
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
509
509
- name : Clear test app cache
510
510
run : tests/Fixtures/app/console cache:clear --ansi
511
511
- name : Run Behat tests
@@ -562,10 +562,9 @@ jobs:
562
562
php :
563
563
- ' 8.1'
564
564
fail-fast : false
565
- env :
565
+ # env:
566
566
# See https://github.com/doctrine/DoctrineMongoDBBundle/pull/673
567
567
# SYMFONY_DEPRECATIONS_HELPER: max[direct]=0
568
- SYMFONY_DEPRECATIONS_HELPER : max[self]=0
569
568
steps :
570
569
- name : Checkout
571
570
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments