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/test-build-processes.yml

    r61209 r61287  
    5151  test-core-build-process:
    5252    name: Core running from ${{ matrix.directory }}
    53     uses: ./.github/workflows/reusable-test-core-build-process.yml
     53    uses: WordPress/wordpress-develop/.github/workflows/reusable-test-core-build-process.yml@trunk
    5454    permissions:
    5555      contents: read
     
    8686  test-core-build-process-additional-os:
    8787    name: Core running from ${{ matrix.directory }}
    88     uses: ./.github/workflows/reusable-test-core-build-process.yml
     88    uses: WordPress/wordpress-develop/.github/workflows/reusable-test-core-build-process.yml@trunk
    8989    permissions:
    9090      contents: read
     
    102102  test-gutenberg-build-process:
    103103    name: Gutenberg running from ${{ matrix.directory }}
    104     uses: ./.github/workflows/reusable-test-gutenberg-build-process.yml
     104    uses: WordPress/wordpress-develop/.github/workflows/reusable-test-gutenberg-build-process.yml@trunk
    105105    permissions:
    106106      contents: read
     
    127127  test-gutenberg-build-process-additional-os:
    128128    name: Gutenberg running from ${{ matrix.directory }}
    129     uses: ./.github/workflows/reusable-test-gutenberg-build-process.yml
     129    uses: WordPress/wordpress-develop/.github/workflows/reusable-test-gutenberg-build-process.yml@trunk
    130130    permissions:
    131131      contents: read
     
    142142  slack-notifications:
    143143    name: Slack Notifications
    144     uses: ./.github/workflows/slack-notifications.yml
     144    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    145145    permissions:
    146146      actions: read
Note: See TracChangeset for help on using the changeset viewer.