Make WordPress Core

Changeset 61803

Timestamp:
03/03/2026 09:57:16 PM (32 hours ago)
Author:
johnbillion
Message:

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

Legend:

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

    r58648 r61803  
    4545      matrix:
    4646        os: [ ubuntu-latest ]
    47         php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
     47        # Test highest and lowest supported version of each major.
     48        php: [ '7.0', '7.4', '8.0', '8.3' ]
    4849        db-type: [ 'mysql' ]
    4950        db-version: [ '5.7', '8.0' ]
     
    9798      matrix:
    9899        os: [ ubuntu-latest ]
    99         php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
     100        # Test highest and lowest supported version of each major.
     101        php: [ '7.0', '7.4', '8.0', '8.3' ]
    100102        db-type: [ 'mariadb' ]
    101         db-version: [ '10.4', '10.6', '10.11', '11.0' ]
     103        db-version: [ '10.4', '10.' ]
    102104        multisite: [ false, true ]
    103105        memcached: [ false ]
     
    108110          php: '7.4'
    109111          db-type: 'mariadb'
    110           db-version: '11.0'
     112          db-version: '1'
    111113          multisite: false
    112114          memcached: true
     
    114116          php: '7.4'
    115117          db-type: 'mariadb'
    116           db-version: '11.0'
     118          db-version: '1'
    117119          multisite: true
    118120          memcached: true
Note: See TracChangeset for help on using the changeset viewer.