Skip to content

Commit 7fcb327

Browse files
committed
Use --do-not-fail-on-deprecation for lowest dependencies
1 parent ebfc5e1 commit 7fcb327

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ on:
1212
jobs:
1313
phpunit:
1414
name: "PHPUnit"
15-
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@12.0.0"
15+
uses: "GromNaN/doctrine.github/.github/workflows/continuous-integration.yml@phpunit-options"
1616
with:
1717
php-versions: '["8.1", "8.2", "8.3", "8.4", "8.5"]'
18+
phpunit-options: "${{ matrix.dependencies == 'lowest' && ' --do-not-fail-on-deprecation' || '' }}"
1819
secrets:
1920
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

0 commit comments

Comments
 (0)