Make WordPress Core

Changeset 58602


Ignore:
Timestamp:
07/01/2024 03:25:20 PM (5 months ago)
Author:
desrosj
Message:

Build/Test Tools: Fix 2 matrix errors.

These are caused by an empty split_slow value when one is always expected.

See #61213.

File:
1 edited

Legend:

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

    r58597 r58602  
    6565            memcached: true
    6666            multisite: false
     67            split_slow: true
    6768          - php: '7.4'
    6869            os: ubuntu-latest
    6970            memcached: true
    7071            multisite: true
    71           # Report the results of the PHP 7.4 without memcached job.
    72           - php: '7.4'
    73             os: ubuntu-latest
    74             memcached: false
    75             multisite: false
    76             report: true
     72            split_slow: true
    7773    with:
    7874      os: ${{ matrix.os }}
     
    8278      memcached: ${{ matrix.memcached }}
    8379      phpunit-config: ${{ matrix.multisite && 'tests/phpunit/multisite.xml' || 'phpunit.xml.dist' }}
    84       report: ${{ matrix.report || false }}
    8580
    8681  slack-notifications:
Note: See TracChangeset for help on using the changeset viewer.