Make WordPress Core


Ignore:
Timestamp:
07/01/2024 06:07:45 PM (20 months ago)
Author:
desrosj
Message:

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

Follow up to [58276].

See #61213.

File:
1 edited

Legend:

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

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