Make WordPress Core

Changeset 61736


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

Build/Test Tools: Trim the 6.7 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 branchand database version.

Props desrosj, johnbillion

See #64083

Location:
branches/6.7/.github/workflows
Files:
19 deleted
1 edited

Legend:

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

    r59310 r61736  
    4646      matrix:
    4747        os: [ ubuntu-latest ]
    48         php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
     48        # Test highest and lowest supported version of each major.
     49        php: [ '7.2', '7.4', '8.0', '8.4' ]
    4950        db-type: [ 'mysql' ]
    5051        db-version: [ '5.7', '8.0', '8.4' ]
     
    117118      matrix:
    118119        os: [ ubuntu-latest ]
    119         php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
     120        # Test highest and lowest supported version of each major.
     121        php: [ '7.2', '7.4', '8.0', '8.4' ]
    120122        db-type: [ 'mariadb' ]
    121         db-version: [ '10.4', '10.6', '10.11', '11.2' ]
     123        db-version: [ '10.6', '10.11' ]
    122124        multisite: [ false, true ]
    123125        memcached: [ false ]
     
    128130          php: '7.4'
    129131          db-type: 'mariadb'
    130           db-version: '11.2'
     132          db-version: '10.11'
    131133          multisite: false
    132134          memcached: true
     
    134136          php: '7.4'
    135137          db-type: 'mariadb'
    136           db-version: '11.2'
     138          db-version: '10.11'
    137139          multisite: true
    138140          memcached: true
Note: See TracChangeset for help on using the changeset viewer.