Make WordPress Core

Changeset 61821


Ignore:
Timestamp:
03/04/2026 12:27:16 PM (5 days ago)
Author:
johnbillion
Message:

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

    r58636 r61821  
    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.2'
    7575            phpunit: '6-php-7.2'
    76             os: ubuntu-latest
    77             memcached: false
    78             multisite: true
    79             split_slow: false
    80           - php: '7.1'
    81             phpunit: '6-php-7.1'
    82             os: ubuntu-latest
    83             memcached: false
    84             multisite: false
    85             split_slow: false
    86           - php: '7.1'
    87             phpunit: '6-php-7.1'
    8876            os: ubuntu-latest
    8977            memcached: false
Note: See TracChangeset for help on using the changeset viewer.