Skip to content

Commit 36102f7

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

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
@@ -34,7 +34,7 @@ jobs:
3434
# Creates a PHPUnit test job for each PHP/MySQL combination.
3535
test-with-mysql:
3636
name: PHP ${{ matrix.php }}
37-
uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests.yml@trunk
37+
uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
3838
permissions:
3939
contents: read
4040
secrets: inherit
@@ -84,7 +84,7 @@ jobs:
8484
# Creates a PHPUnit test job for each PHP/MariaDB combination.
8585
test-with-mariadb:
8686
name: PHP ${{ matrix.php }}
87-
uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests.yml@trunk
87+
uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
8888
permissions:
8989
contents: read
9090
secrets: inherit

0 commit comments

Comments
 (0)