From 0caeea219afd2cb2e1ba53232f82fdfa516aadf5 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Thu, 10 Oct 2024 18:06:13 +0000 Subject: [PATCH] =?UTF-8?q?Build/Test=20Tools:=20Don=E2=80=99t=20install?= =?UTF-8?q?=20Gutenberg=20for=20E2E=20tests=20in=206.4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The minimum required version of WordPress for the Gutenberg plugin was recently raised to 6.5. This updates the 6.4 branch to skip installing and activating Gutenberg during E2E testing as has already been done for older branches. See #61530. git-svn-id: https://develop.svn.wordpress.org/branches/6.4@59212 602fd350-edb4-49c9-b593-d223f7449a82 --- .github/workflows/end-to-end-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/end-to-end-tests.yml b/.github/workflows/end-to-end-tests.yml index d77e439b29..364401e9b9 100644 --- a/.github/workflows/end-to-end-tests.yml +++ b/.github/workflows/end-to-end-tests.yml @@ -48,6 +48,7 @@ jobs: LOCAL_SCRIPT_DEBUG: [ true, false ] with: LOCAL_SCRIPT_DEBUG: ${{ matrix.LOCAL_SCRIPT_DEBUG }} + install-gutenberg: false slack-notifications: name: Slack Notifications