Make WordPress Core


Ignore:
Timestamp:
03/25/2025 04:38:02 PM (15 months ago)
Author:
desrosj
Message:

Build/Test Tools: 6.8 post-branching updates.

This makes some post-branching changes to the 6.8 branch:

  • Pins the most newest supported version of PHP for the local Docker environment
  • Switches to using remote references for GitHub Action workflows
  • Removes GitHub Action workflow files that will never run from this branch.

See #63164.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.8/.github/workflows/javascript-tests.yml

    r60080 r60092  
    5151  test-js:
    5252    name: QUnit Tests
    53     uses: ./.github/workflows/reusable-javascript-tests.yml
     53    uses: WordPress/wordpress-develop/.github/workflows/reusable-javascript-tests.yml@trunk
    5454    permissions:
    5555      contents: read
     
    5858  slack-notifications:
    5959    name: Slack Notifications
    60     uses: ./.github/workflows/slack-notifications.yml
     60    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    6161    permissions:
    6262      actions: read
Note: See TracChangeset for help on using the changeset viewer.