From 2531842febb78aad95761fda67c9360a3a52292a Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Wed, 9 Oct 2024 11:00:08 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- .github/workflows/tests.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6f427be0..ef9995d5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,5 +57,10 @@ jobs: run: | composer update --prefer-dist --no-interaction --no-progress --with=illuminate/contracts:^${{ matrix.laravel }} - - name: Execute tests + - name: Execute tests (Deprecations) run: vendor/bin/phpunit --display-deprecations + if: matrix.php == 8.4 + + - name: Execute tests + run: vendor/bin/phpunit + if: matrix.php != 8.4