Make WordPress Core

Changeset 61819


Ignore:
Timestamp:
03/04/2026 12:26:00 PM (4 days ago)
Author:
johnbillion
Message:

Build/Test Tools: Trim the 5.1 workflows.

This trims the unit testing matrix to the highest and lowest supported version of each major PHP branch.

Props desrosj, johnbillion

See #64083

File:
1 edited

Legend:

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

    r58626 r61819  
    4646      matrix:
    4747        os: [ ubuntu-latest ]
    48         php: [ '5.3', '5.4', '5.5', '7.1', '7.2', '7.3' ]
     48        php: [ '5.3', '7.3' ]
    4949        split_slow: [ false ]
    5050        multisite: [ false, true ]
     
    9797          - php: '5.6'
    9898            phpunit: '4-php-5.6'
    99             os: ubuntu-latest
    100             memcached: false
    101             split_slow: true
    102             multisite: true
    103           - php: '5.5'
    104             os: ubuntu-latest
    105             memcached: false
    106             split_slow: true
    107             multisite: false
    108           - php: '5.5'
    109             os: ubuntu-latest
    110             memcached: false
    111             split_slow: true
    112             multisite: true
    113           - php: '5.4'
    114             os: ubuntu-latest
    115             memcached: false
    116             split_slow: true
    117             multisite: false
    118           - php: '5.4'
    11999            os: ubuntu-latest
    120100            memcached: false
Note: See TracChangeset for help on using the changeset viewer.