From 9360acf339b7ce77d6787b4da307da174472f991 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 4 Aug 2026 16:56:03 -0700 Subject: [PATCH] Test only: point 5.8 PHPUnit at the v2 workflow from the runner-variable branch. Throwaway branch for verifying that reusable-phpunit-tests-v2.yml still resolves its runner correctly. Not for merge. --- .github/workflows/phpunit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit-tests.yml b/.github/workflows/phpunit-tests.yml index a196f2d83c191..39b837ad76a0d 100644 --- a/.github/workflows/phpunit-tests.yml +++ b/.github/workflows/phpunit-tests.yml @@ -31,7 +31,7 @@ jobs: # Creates PHPUnit test jobs. test-php: name: PHP ${{ matrix.php }} - uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v2.yml@trunk + uses: lancewillett/wordpress-develop/.github/workflows/reusable-phpunit-tests-v2.yml@fix/runner-variable-v1-v2 permissions: contents: read secrets: inherit