Make WordPress Core


Ignore:
Timestamp:
06/28/2024 01:52:31 PM (3 months ago)
Author:
desrosj
Message:

Build/Test Tools: Fix local environment whith memcached.

Follow up to [58358].

Props jorbin.
See #61213.

File:
1 edited

Legend:

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

    r58359 r58593  
    3131permissions: {}
    3232
    33 
    3433jobs:
    3534  #
     
    3736  #
    3837  test-php:
    39     name: ${{ matrix.php }}${{ matrix.multisite && ' multisite' || '' }}${{ matrix.memcached && ' with memcached' || '' }} on ${{ matrix.os }}
     38    name: PHP ${{ matrix.php }}
    4039    uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests.yml@trunk
    4140    permissions:
Note: See TracChangeset for help on using the changeset viewer.