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
Dieter Beck committed Oct 27, 2023
1 parent 46e1e7a commit c7996a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 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 All @@ -31,6 +32,7 @@ jobs:
min_stability: [ '' ]
name_suffix: [ '' ]
composer_flags: [ '' ]
symfony_deprecations_helper: [ 'max[total]=0' ]
include:
- php: '8.0'
min_stability: 'dev'
Expand All @@ -39,6 +41,7 @@ jobs:
min_stability: ''
name_suffix: ' (lowest deps)'
composer_flags: '--prefer-lowest --prefer-stable'
symfony_deprecations_helper: '999999'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c7996a1

Please sign in to comment.