Make WordPress Core

Changeset 58603


Ignore:
Timestamp:
07/01/2024 05:09:39 PM (3 months ago)
Author:
desrosj
Message:

Build/Test Tools: Use correct value for split_slow.

Follow up to [58597], [58602].

See #61213.

File:
1 edited

Legend:

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

    r58602 r58603  
    6565            memcached: true
    6666            multisite: false
    67             split_slow: true
     67            split_slow: false
    6868          - php: '7.4'
    6969            os: ubuntu-latest
    7070            memcached: true
    7171            multisite: true
    72             split_slow: true
     72            split_slow: false
    7373    with:
    7474      os: ${{ matrix.os }}
Note: See TracChangeset for help on using the changeset viewer.