Skip to content

Commit 3cbf43e

Browse files
Change threshold for deprecations to 10 for Symfony 7.4
1 parent c21772f commit 3cbf43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/jobs/unit-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ cp ${DIR}/webapp/var/log/*.log "$ARTIFACTS"/
4646

4747
set -e
4848
CNT=0
49-
THRESHOLD=2
49+
THRESHOLD=10
5050
if [ $CODECOVERAGE -eq 1 ]; then
5151
CNT=$(sed -n '/Generating code coverage report/,$p' "$ARTIFACTS"/phpunit.out | grep -cv ^$)
5252
fi

0 commit comments

Comments
 (0)