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

Follow up to [58330].

See #61213.

git-svn-id: https://develop.svn.wordpress.org/branches/6.1@58608 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2024-07-01 18:12:08 +00:00
parent 069fbaf5b5
commit a711a0aa2b

View File

@ -36,7 +36,7 @@ jobs:
# Creates a PHPUnit test job for each PHP/MySQL combination.
#
test-php:
name: ${{ matrix.php }}${{ matrix.multisite && ' multisite' || '' }}${{ matrix.memcached && ' with memcached' || '' }} on ${{ matrix.os }}
name: PHP ${{ matrix.php }}
uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests.yml@trunk
permissions:
contents: read