Skip to content

Commit

Permalink
Let's see if this hack works.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Nov 22, 2024
1 parent adf21d5 commit 55259f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 55259f1

Please sign in to comment.