From abb6bfd220c9b6dc955068c627c45258994b78f2 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Thu, 14 Nov 2024 14:31:23 +0800 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' || '' }}