Make WordPress Core

Changeset 61820


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

Build/Test Tools: Trim the 5.0 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.0/.github/workflows/phpunit-tests.yml

    r58628 r61820  
    4646      matrix:
    4747        os: [ ubuntu-latest ]
    48         php: [ '5.3', '5.4', '5.5' ]
     48        php: [ '5.3' ]
    4949        split_slow: [ false, true ]
    5050        multisite: [ false, true ]
     
    7474          - php: '7.3'
    7575            phpunit: '6-php-7.3'
    76             os: ubuntu-latest
    77             memcached: false
    78             split_slow: false
    79             multisite: true
    80           - php: '7.2'
    81             phpunit: '6-php-7.2'
    82             os: ubuntu-latest
    83             memcached: false
    84             split_slow: false
    85             multisite: false
    86           - php: '7.2'
    87             phpunit: '6-php-7.2'
    88             os: ubuntu-latest
    89             memcached: false
    90             split_slow: false
    91             multisite: true
    92           - php: '7.1'
    93             phpunit: '6-php-7.1'
    94             os: ubuntu-latest
    95             memcached: false
    96             split_slow: false
    97             multisite: false
    98           - php: '7.1'
    99             phpunit: '6-php-7.1'
    10076            os: ubuntu-latest
    10177            memcached: false
Note: See TracChangeset for help on using the changeset viewer.