Make WordPress Core

Changeset 60097


Ignore:
Timestamp:
03/26/2025 01:10:20 PM (15 months ago)
Author:
desrosj
Message:

Build/Test Tools: Adjust how the 6.8 branch is included in matrices.

Because 6.8 is not yet officially released, 6.8 cannot be used in a test matrix.

This removes 6.8 from the Upgrade Testing workflow and changes the value used for the Upgrade Develop Version Testing workflow to 6.8-RC1 to confirm that updating from 6.8-RC1 to trunk (which is now 6.9-alpha) is successful.

Follow-up to [60093].

Props mukesh27.
See #63164.

Location:
trunk/.github/workflows
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/upgrade-develop-testing.yml

    r60093 r60097  
    6565        db-version: [ '5.7', '8.4' ]
    6666        # WordPress 4.9 is the oldest version that supports PHP 7.2.
    67         wp: [ '4.9', '6.5', '6.7', '6.8' ]
     67        wp: [ '4.9', '6.5', '6.7', '6.8-RC1' ]
    6868        multisite: [ false, true ]
    6969
  • trunk/.github/workflows/upgrade-testing.yml

    r60093 r60097  
    6767        db-type: [ 'mysql' ]
    6868        db-version: [ '5.7', '8.0', '8.4', '9.1' ]
    69         wp: [ '6.7', '6.8' ]
     69        wp: [ '6.6', '6.7' ]
    7070        multisite: [ false, true ]
    7171
     
    102102        db-type: [ 'mysql' ]
    103103        db-version: [ '5.7', '8.4' ]
    104         wp: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6' ]
     104        wp: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5' ]
    105105        multisite: [ false, true ]
    106106
Note: See TracChangeset for help on using the changeset viewer.