Make WordPress Core

Changeset 58645


Ignore:
Timestamp:
07/03/2024 03:51:48 PM (3 months ago)
Author:
desrosj
Message:

Build/Test Tools: Rename current reusable PHPUnit workflow.

This adds a -v3 suffix to the current reusable PHPUnit workflow name. This avoids having to update older branches in the future when the workflow’s logic drastically changes and a v4 is needed.

See #61213.

Location:
trunk/.github/workflows
Files:
1 edited
1 moved

Legend:

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

    r58165 r58645  
    3737  test-with-mysql:
    3838    name: PHP ${{ matrix.php }}
    39     uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests.yml@trunk
     39    uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
    4040    permissions:
    4141      contents: read
     
    109109  test-with-mariadb:
    110110    name: PHP ${{ matrix.php }}
    111     uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests.yml@trunk
     111    uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
    112112    permissions:
    113113      contents: read
Note: See TracChangeset for help on using the changeset viewer.