Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
fix: deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris53897 committed Oct 3, 2021
1 parent bc3213b commit 0201f92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests-upcoming-symfony.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:
composer config minimum-stability dev
composer config prefer-stable false
composer update --no-interaction --optimize-autoloader
vendor/bin/simple-phpunit install
- name: 'Run tests'
env:
SYMFONY_DEPRECATIONS_HELPER: 'max[indirect]=9999&max[direct]=0&max[self]=9999'
run: vendor/bin/simple-phpunit -v || exit 0
run: bin/phpunit -v || exit 0

0 comments on commit 0201f92

Please sign in to comment.