Make WordPress Core


Ignore:
Timestamp:
08/10/2026 10:26:55 PM (6 weeks ago)
Author:
joedolson
Message:

Build/Test Tools: Post-branching updates for trunk.

Reviewed by jorbin

Props wildworks, desrosj, joedolson, jorbin.
See #65844.

File:
1 edited

Legend:

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

    r62855 r63167  
    4444  build:
    4545    name: Build
    46     uses: ./.github/workflows/reusable-build-package.yml
     46    uses: WordPress/wordpress-develop/.github/workflows/reusable-build-package.yml@trunk
    4747    if: ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) }}
    4848    permissions:
    … …  
    6060  upgrade-tests-develop:
    6161    name: Upgrade from ${{ matrix.wp }}
    62     uses: ./.github/workflows/reusable-upgrade-testing.yml
     62    uses: WordPress/wordpress-develop/.github/workflows/reusable-upgrade-testing.yml@trunk
    6363    if: ${{ github.repository == 'WordPress/wordpress-develop' }}
    6464    needs: [ build ]
    … …  
    7373        db-version: [ '5.7', '8.4' ]
    7474        # WordPress 5.3 is the oldest version that supports PHP 7.4.
    75         wp: [ '5.3', '6.9', '7.0' ]
     75        wp: [ '5.3', '6.9', '7.0', '7.1-RC2' ]
    7676        multisite: [ false, true ]
    7777    with:
    … …  
    8787  upgrade-tests-develop-forks:
    8888    name: Upgrade from ${{ matrix.wp }}
    89     uses: ./.github/workflows/reusable-upgrade-testing.yml
     89    uses: WordPress/wordpress-develop/.github/workflows/reusable-upgrade-testing.yml@trunk
    9090    if: ${{ github.repository != 'WordPress/wordpress-develop' }}
    9191    needs: [ build ]
    … …  
    9999        db-type: [ 'mysql' ]
    100100        db-version: [ '8.4' ]
    101         wp: [ '6.9', '7.0' ]
     101        wp: [ '6.9', '7.0', '7.1-RC2' ]
    102102        multisite: [ false, true ]
    103103    with:
    … …  
    112112  slack-notifications:
    113113    name: Slack Notifications
    114     uses: ./.github/workflows/slack-notifications.yml
     114    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    115115    permissions:
    116116      actions: read
Note: See TracChangeset for help on using the changeset viewer.