Make WordPress Core

Changeset 61813


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

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

    r58604 r61813  
    4444      matrix:
    4545        os: [ ubuntu-latest ]
    46         php: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0' ]
     46        php: [ '5.6', '7.0', '7.4', '8.0' ]
    4747        multisite: [ false, true ]
    4848        split_slow: [ false ]
Note: See TracChangeset for help on using the changeset viewer.