Skip to content

Commit 62cb57a

Browse files
committed
Build/Test Tools: Use a specific version of Gutenberg for E2E tests.
This updates the 6.4 branch to make use of the new `gutenberg-version` input introduced in [59220]. The past version of the plugin that supports WordPress 6.4 is `18.9.0`. Props swissspidy. See #61530. git-svn-id: https://develop.svn.wordpress.org/branches/6.4@59221 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 0caeea2 commit 62cb57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/end-to-end-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
LOCAL_SCRIPT_DEBUG: [ true, false ]
4949
with:
5050
LOCAL_SCRIPT_DEBUG: ${{ matrix.LOCAL_SCRIPT_DEBUG }}
51-
install-gutenberg: false
51+
gutenberg-version: '18.9.0'
5252

5353
slack-notifications:
5454
name: Slack Notifications

0 commit comments

Comments
 (0)