Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Feb 26, 2025
1 parent d398cb0 commit ae1868a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,8 @@ jobs:
- name: Run tests
continue-on-error: ${{ matrix.stability == 'dev' || matrix.symfony_version == '7.3' }}
run: |
make tests
if [[ "${{ matrix.composer_args }}" == "--prefer-lowest" ]]; then
SYMFONY_DEPRECATIONS_HELPER=weak make tests
else
make tests
fi

0 comments on commit ae1868a

Please sign in to comment.