Skip to content
Prev Previous commit
Next Next commit
Forcing the local workflow
  • Loading branch information
youknowriad committed Jan 29, 2024
commit d24b38e88845bf7e0b27fe0807dfd1609e3d72d4
4 changes: 2 additions & 2 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
#
test-with-mysql:
name: PHP ${{ matrix.php }}
uses: WordPress/wordpress-develop/.github/workflows/phpunit-tests-run.yml@trunk
uses: youknowriad/wordpress-develop/.github/workflows/phpunit-tests-run.yml@update/packages-65
permissions:
contents: read
secrets: inherit
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
#
test-with-mariadb:
name: PHP ${{ matrix.php }}
uses: WordPress/wordpress-develop/.github/workflows/phpunit-tests-run.yml@trunk
uses: youknowriad/wordpress-develop/.github/workflows/phpunit-tests-run.yml@update/packages-65
permissions:
contents: read
secrets: inherit
Expand Down