Make WordPress Core

Changeset 61810


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

Build/Test Tools: Trim the 6.0 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.0/.github/workflows
Files:
3 deleted
1 edited

Legend:

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

    r58652 r61810  
    4747      matrix:
    4848        os: [ ubuntu-latest ]
    49         php: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
     49        php: [ '5.6', '7.0', '7.4', '8.0', '8.1' ]
    5050        db-type: [ 'mysql' ]
    5151        db-version: [ '5.7' ]
Note: See TracChangeset for help on using the changeset viewer.