From 7810a1c982b1c447904d532c74417e30672b484a Mon Sep 17 00:00:00 2001 From: Pantheon Automation Date: Thu, 30 Mar 2023 00:03:43 +0000 Subject: [PATCH] Bump WP Core version to 6.2 and 5.6.10 --- features/general.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/general.feature b/features/general.feature index 8d95516..669c048 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.0 --force` + And I run `wp core download --version=6.2 --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.9.5 --force` + And I run `wp core download --version=5.6.10 --force` And I run `wp theme activate twentytwentytwo` When I run `wp launchcheck general`