Make WordPress Core

Changeset 58604

Timestamp:
07/01/2024 05:11:35 PM (6 days ago)
Author:
desrosj
Message:

Build/Test Tools: Fix 2 matrix errors in the 5.7 branch.

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

Follow up to [58598].

See #61213.

File:
1 edited

Legend:

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

    r58598 r58604  
    6565            memcached: true
    6666            multisite: false
     67
    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: false
    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.