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/performance.yml

    r61209 r61287  
    9696  performance:
    9797    name: ${{ matrix.multisite && 'Multisite' || 'Single Site' }} ${{ matrix.memcached && 'Memcached' || 'Default' }}
    98     uses: ./.github/workflows/reusable-performance-test-v2.yml
     98    uses: WordPress/wordpress-develop/.github/workflows/reusable-performance-test-v2.yml@trunk
    9999    needs: [ determine-matrix ]
    100100    permissions:
     
    114114  compare:
    115115    name: ${{ matrix.label }}
    116     uses: ./.github/workflows/reusable-performance-report-v2.yml
     116    uses: WordPress/wordpress-develop/.github/workflows/reusable-performance-report-v2.yml@trunk
    117117    needs: [ determine-matrix, performance ]
    118118    permissions:
     
    135135  slack-notifications:
    136136    name: Slack Notifications
    137     uses: ./.github/workflows/slack-notifications.yml
     137    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    138138    permissions:
    139139      actions: read
Note: See TracChangeset for help on using the changeset viewer.