Make WordPress Core

Changeset 59276


Ignore:
Timestamp:
10/22/2024 06:26:53 PM (9 months ago)
Author:
desrosj
Message:

Build/Test Tools: Run upgrade tests against 6.7-RC1.

The 6.7 version tag does not exist yet. This results in the upgrade tests failing when trying to update from 6.7.

Since 6.7-RC1 exists, this should be used instead.

Follow up to [59275].

See #62221.

File:
1 edited

Legend:

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

    r59275 r59276  
    4747        db-type: [ 'mysql' ]
    4848        db-version: [ '5.7', '8.0' ]
    49         wp: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6', '6.7' ]
     49        wp: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6', '6.7-RC1' ]
    5050        multisite: [ false, true ]
    5151    with:
Note: See TracChangeset for help on using the changeset viewer.