From e42182b119103db9c132c82412d8f096558c9ec9 Mon Sep 17 00:00:00 2001 From: Pantheon Automation Date: Wed, 8 Nov 2023 00:19:43 +0000 Subject: [PATCH] Bump WP Core version to 6.4 and 6.3.2 --- features/general.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/general.feature b/features/general.feature index dc7a3e5..40e280d 100644 --- a/features/general.feature +++ b/features/general.feature @@ -60,7 +60,7 @@ Feature: General tests of WP Launch Check Scenario: WordPress has a new minor version but no new major version Given a WP install - And I run `wp core download --version=6.2 --force` + And I run `wp core download --version=6.4 --force` And I run `wp theme activate twentytwentytwo` When I run `wp launchcheck general` @@ -71,7 +71,7 @@ Feature: General tests of WP Launch Check Scenario: WordPress has a new major version but no new minor version Given a WP install - And I run `wp core download --version=5.6.11 --force` + And I run `wp core download --version=6.3.2 --force` And I run `wp theme activate twentytwenty` When I run `wp launchcheck general`