diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fa7d633cd..6522597a5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -61,5 +61,5 @@ jobs: run: | composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts=^${{ matrix.laravel }}" - - name: Execute tests (display deprecations) + - name: Execute tests run: vendor/bin/phpunit ${{ matrix.laravel >= 10 && '--display-deprecations --fail-on-deprecation' || '' }}