Skip to content

Commit

Permalink
disable deprecatipns for lower
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas authored Nov 26, 2024
1 parent babad16 commit cda8fea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- php-version: "8.4"
dependencies: lowest
fail-fast: false
env:
SYMFONY_DEPRECATIONS_HELPER: ${{ matrix.dependencies == 'lowest' && 'disabled=1' || '' }}

services:
mysql:
Expand Down

0 comments on commit cda8fea

Please sign in to comment.