Skip to content

Commit

Permalink
Allow deprecation warnings in lowest-deps job
Browse files Browse the repository at this point in the history
  • Loading branch information
W0rma committed Dec 8, 2023
1 parent cd290bd commit a1d7538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
SYMFONY_PHPUNIT_REMOVE: '' # don't remove prophecy
SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT: 1
SYMFONY_PHPUNIT_REQUIRE: 'phpspec/prophecy:^1.7'
SYMFONY_DEPRECATIONS_HELPER: '${{ matrix.symfony_deprecations_helper }}'

strategy:
fail-fast: false
Expand Down

0 comments on commit a1d7538

Please sign in to comment.