Skip to content

Commit 59003b3

Browse files
committed
We can do without this.
1 parent c6cd4ce commit 59003b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-suggest
5555
5656
- name: Execute tests
57-
run: vendor/bin/phpunit --display-deprecation ${{ matrix.stability == 'prefer-stable' && '--fail-on-deprecation' || '' }}
57+
run: vendor/bin/phpunit
5858

5959
- name: Send Slack notification
6060
uses: 8398a7/action-slack@v2

0 commit comments

Comments
 (0)