From 55259f1a3dad94c795f8fda146e4ecbd0e000fea Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 22 Nov 2024 13:33:21 +0100 Subject: [PATCH] Let's see if this hack works. --- .github/workflows/coding-standards.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 7f84188..0bbf1cd 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -35,10 +35,12 @@ permissions: jobs: test: - name: PHP / PHP ${{ matrix.php }} + name: ${{ matrix.label }} uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@test-naming strategy: matrix: + label: + - 'PHP' php: - '8.3' - '7.4'