Make WordPress Core

Changeset 63479


Ignore:
Timestamp:
09/04/2026 06:07:23 PM (37 hours ago)
Author:
desrosj
Message:

Build/Test Tools: Pin Gutenberg’s wp/6.5 branch when testing.

This pins the wp/6.5 branch of the gutenberg repository when testing build scripts to ensure only versions of Gutenberg that are compatible WordPress 6.5 are used.

Reviewed by lancewillett.

Props desrosj, lancewillett, lucatume.
See #66040.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.5/.github/workflows/test-build-processes.yml

    r62905 r63479  
    8989      os: ${{ matrix.os }}
    9090      directory: ${{ matrix.directory }}
     91      gutenberg-branch: 'wp/6.5'
    9192
    9293  # Tests the Gutenberg plugin build process on MacOS when run within a wordpress-develop checkout.
     
    112113      os: ${{ matrix.os }}
    113114      directory: ${{ matrix.directory }}
     115      gutenberg-branch: 'wp/6.5'
    114116
    115117  # Uploads the PR number as an artifact for the Pull Request Commenting workflow to download and then
Note: See TracChangeset for help on using the changeset viewer.