Make WordPress Core

Changeset 61814


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

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

    r58605 r61814  
    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.