Skip to content

Commit

Permalink
A job that uses a matrix for a reusable job needs a matrix value in i…
Browse files Browse the repository at this point in the history
…ts name.
  • Loading branch information
johnbillion committed Nov 22, 2024
1 parent 09e8b92 commit adf21d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ permissions:

jobs:
test:
name: PHP
name: PHP / PHP ${{ matrix.php }}
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@test-naming
strategy:
matrix:
Expand Down

0 comments on commit adf21d5

Please sign in to comment.