Make WordPress Core

Changeset 58609


Ignore:
Timestamp:
07/01/2024 06:13:16 PM (12 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update job names to ensure proper grouping.

Follow up to [58357].

See #61213.

File:
1 edited

Legend:

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

    r58357 r58609  
    3737  #
    3838  test-php:
    39     name: ${{ matrix.php }}${{ matrix.multisite && ' multisite' || '' }}${{ matrix.memcached && ' with memcached' || '' }} on ${{ matrix.os }}
     39    name: PHP ${{ matrix.php }}
    4040    uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests.yml@trunk
    4141    permissions:
Note: See TracChangeset for help on using the changeset viewer.