Skip to content

Commit cadd3c6

Browse files
committed
Build/Test Tools: Update the reusable PHPUnit workflow name.
Follow up to [58645] for the 6.4 branch. Props jorbin. See #61213. git-svn-id: https://develop.svn.wordpress.org/branches/6.4@58648 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 1f1a5b0 commit cadd3c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
#
3636
test-with-mysql:
3737
name: PHP ${{ matrix.php }}
38-
uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests.yml@trunk
38+
uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
3939
permissions:
4040
contents: read
4141
secrets: inherit
@@ -87,7 +87,7 @@ jobs:
8787
#
8888
test-with-mariadb:
8989
name: PHP ${{ matrix.php }}
90-
uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests.yml@trunk
90+
uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
9191
permissions:
9292
contents: read
9393
secrets: inherit

0 commit comments

Comments
 (0)