Make WordPress Core


Ignore:
Timestamp:
11/24/2025 05:55:31 PM (2 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/local-docker-environment.yml

    r61209 r61287  
    7575  build-test-matrix:
    7676    name: Build Test Matrix
    77     uses: ./.github/workflows/reusable-support-json-reader-v1.yml
     77    uses: WordPress/wordpress-develop/.github/workflows/reusable-support-json-reader-v1.yml@trunk
    7878    permissions:
    7979      contents: read
     
    8686  environment-tests-mysql:
    8787    name: PHP ${{ matrix.php }}
    88     uses: ./.github/workflows/reusable-test-local-docker-environment-v1.yml
     88    uses: WordPress/wordpress-develop/.github/workflows/reusable-test-local-docker-environment-v1.yml@trunk
    8989    permissions:
    9090      contents: read
     
    124124  slack-notifications:
    125125    name: Slack Notifications
    126     uses: ./.github/workflows/slack-notifications.yml
     126    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    127127    permissions:
    128128      actions: read
Note: See TracChangeset for help on using the changeset viewer.