From 79a410dd01cf124221eb39698367ba6a9c0aab1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 12 Jan 2024 21:34:24 +0100 Subject: [PATCH] update ci job name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2640da4..c9c47c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: jobs: pest: - name: Tests (Pest) L${{ matrix.laravel }} + name: Tests (Pest) PHP${{ matrix.php }} L${{ matrix.laravel }} runs-on: ubuntu-latest strategy: matrix: