Make WordPress Core


Ignore:
Timestamp:
11/24/2025 05:55:31 PM (3 months ago)
Author:
desrosj
Message:

General: Final 6.9 post-branching tasks.

This makes the following changes to the 6.9 branch:

  • Pin PHP 8.5 and MySQL 8.4 as the default valuses of LOCAL_PHP and LOCAL_DB_VERSION.
  • Removes unnecessary GitHub Actions workflow files.
  • Changes all local GitHub Actions references to remote ones targeting trunk.

Reviewed by peterwilsoncc.

Props peterwilsoncc, johnbillion, davidbaumwald.
Fixes #64235.

File:
1 edited

Legend:

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

    r61209 r61287  
    4747  build:
    4848    name: Build
    49     uses: ./.github/workflows/reusable-build-package.yml
     49    uses: WordPress/wordpress-develop/.github/workflows/reusable-build-package.yml@trunk
    5050    if: ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) }}
    5151    permissions:
     
    5555  upgrade-tests-develop:
    5656    name: Upgrade from ${{ matrix.wp }}
    57     uses: ./.github/workflows/reusable-upgrade-testing.yml
     57    uses: WordPress/wordpress-develop/.github/workflows/reusable-upgrade-testing.yml@trunk
    5858    if: ${{ github.repository == 'WordPress/wordpress-develop' }}
    5959    needs: [ build ]
     
    9090  upgrade-tests-develop-forks:
    9191    name: Upgrade from ${{ matrix.wp }}
    92     uses: ./.github/workflows/reusable-upgrade-testing.yml
     92    uses: WordPress/wordpress-develop/.github/workflows/reusable-upgrade-testing.yml@trunk
    9393    if: ${{ github.repository != 'WordPress/wordpress-develop' }}
    9494    needs: [ build ]
     
    121121  slack-notifications:
    122122    name: Slack Notifications
    123     uses: ./.github/workflows/slack-notifications.yml
     123    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    124124    permissions:
    125125      actions: read
Note: See TracChangeset for help on using the changeset viewer.