Skip to content

Commit

Permalink
chore(ci): SYMFONY_DEPRECATIONS_HELPER: max[self]=0
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Jun 27, 2022
1 parent 361b82d commit bcb6836
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERAGE: '0'
SYMFONY_DEPRECATIONS_HELPER: disabled=1
SYMFONY_DEPRECATIONS_HELPER: max[self]=0

jobs:
php-cs-fixer:
Expand Down Expand Up @@ -504,8 +504,8 @@ jobs:
run: composer update --no-interaction --no-progress --ansi
- name: Require Symfony components
run: composer require symfony/uid --dev --no-interaction --no-progress --ansi
- name: Install PHPUnit
run: vendor/bin/simple-phpunit --version
- name: Run PHPUnit
run: vendor/bin/simple-phpunit
- name: Clear test app cache
run: tests/Fixtures/app/console cache:clear --ansi
- name: Run Behat tests
Expand Down Expand Up @@ -562,10 +562,9 @@ jobs:
php:
- '8.1'
fail-fast: false
env:
# env:
# See https://github.com/doctrine/DoctrineMongoDBBundle/pull/673
#SYMFONY_DEPRECATIONS_HELPER: max[direct]=0
SYMFONY_DEPRECATIONS_HELPER: max[self]=0
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit bcb6836

Please sign in to comment.