Make WordPress Core


Ignore:
Timestamp:
11/24/2025 05:55:31 PM (9 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/workflow-lint.yml

    r61209 r61287  
    3333  lint:
    3434    name: Lint GitHub Action files
    35     uses: ./.github/workflows/reusable-workflow-lint.yml
     35    uses: WordPress/wordpress-develop/.github/workflows/reusable-workflow-lint.yml@trunk
    3636    if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
    3737    permissions:
     
    4242  slack-notifications:
    4343    name: Slack Notifications
    44     uses: ./.github/workflows/slack-notifications.yml
     44    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    4545    permissions:
    4646      actions: read
Note: See TracChangeset for help on using the changeset viewer.