Make WordPress Core

Changeset 61806


Ignore:
Timestamp:
03/03/2026 10:01:50 PM (4 days ago)
Author:
johnbillion
Message:

Build/Test Tools: Trim the 6.1 workflows.

This removes reusable workflows that are no longer referenced in the branch, and trims the unit testing matrix to the highest and lowest supported version of each major PHP branch and database version.

Props desrosj, johnbillion

See #64083

Location:
branches/6.1/.github/workflows
Files:
4 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.1/.github/workflows/phpunit-tests.yml

    r58651 r61806  
    4747      matrix:
    4848        os: [ ubuntu-latest ]
    49         php: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
     49        # Test highest and lowest supported version of each major.
     50        php: [ '5.6', '7.0', '7.4', '8.0', '8.2' ]
    5051        db-type: [ 'mysql' ]
    5152        db-version: [ '5.7' ]
Note: See TracChangeset for help on using the changeset viewer.