Skip to content

Commit 91dbe73

Browse files
committed
Fix matrix value reference.
1 parent 8bc2478 commit 91dbe73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
# Runs specific test groups.
159159
#
160160
specific-test-groups:
161-
name: ${{ phpunit-test-groups }} w/PHP ${{ matrix.php }}
161+
name: ${{ matrix.phpunit-test-groups }} w/PHP ${{ matrix.php }}
162162
uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
163163
permissions:
164164
contents: read

0 commit comments

Comments
 (0)