Make WordPress Core


Ignore:
Timestamp:
05/17/2024 06:12:02 PM (7 months ago)
Author:
desrosj
Message:

Build/Test Tools: Use new reusable workflows in the 6.5 branch.

This updates the 6.5 branch to utilize the new reusable workflows in trunk introduced in [58165].

Props johnbillion, swissspidy, jorbin.
See #61213.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.5/.github/workflows/phpunit-tests.yml

    r57379 r58166  
    3232
    3333jobs:
    34   #
    3534  # Creates a PHPUnit test job for each PHP/MySQL combination.
    36   #
    3735  test-with-mysql:
    3836    name: PHP ${{ matrix.php }}
    39     uses: WordPress/wordpress-develop/.github/workflows/phpunit-tests-run.yml@trunk
     37    uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests.yml@trunk
    4038    permissions:
    4139      contents: read
     
    8482      report: ${{ matrix.report || false }}
    8583
    86   #
    8784  # Creates a PHPUnit test job for each PHP/MariaDB combination.
    88   #
    8985  test-with-mariadb:
    9086    name: PHP ${{ matrix.php }}
    91     uses: WordPress/wordpress-develop/.github/workflows/phpunit-tests-run.yml@trunk
     87    uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests.yml@trunk
    9288    permissions:
    9389      contents: read
Note: See TracChangeset for help on using the changeset viewer.