Make WordPress Core

Changeset 62166


Ignore:
Timestamp:
03/27/2026 05:33:28 PM (19 hours ago)
Author:
desrosj
Message:

Build/Test Tools: Add 7.0-RC2 to upgrade testing workflows.

Since this workflow tests based on tagged versions available through WP-CLI, the pre-release versions need to be used.

Follow up to [62160].

See #64966.

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

Legend:

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

    r62042 r62166  
    7676        db-version: [ '5.7', '8.4' ]
    7777        # WordPress 5.3 is the oldest version that supports PHP 7.4.
    78         wp: [ '5.3', '6.8', '6.9' ]
     78        wp: [ '5.3', '6.8', '6.9', '7.0-RC2' ]
    7979        multisite: [ false, true ]
    8080    with:
     
    102102        db-type: [ 'mysql' ]
    103103        db-version: [ '8.4' ]
    104         wp: [ '6.8', '6.9' ]
     104        wp: [ '6.8', '6.9', '7.0-RC2' ]
    105105        multisite: [ false, true ]
    106106    with:
  • trunk/.github/workflows/upgrade-testing.yml

    r62042 r62166  
    7272        db-type: [ 'mysql' ]
    7373        db-version: [ '5.7', '8.0', '8.4', '9.6' ]
    74         wp: [ '6.8', '6.9' ]
     74        wp: [ '6.8', '6.9', '7.0-RC2' ]
    7575        multisite: [ false, true ]
    7676    with:
Note: See TracChangeset for help on using the changeset viewer.