Make WordPress Core

Changeset 61811


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

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

    r58655 r61811  
    4646      matrix:
    4747        os: [ ubuntu-latest ]
    48         php: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
     48        php: [ '5.6', '7.0', '7.4', '8.0', '8.1' ]
    4949        db-type: [ 'mysql' ]
    5050        db-version: [ '5.7' ]
Note: See TracChangeset for help on using the changeset viewer.