From 35e5cb9c93c9405df187c2f5ecd38d912675e471 Mon Sep 17 00:00:00 2001 From: Pantheon Automation Date: Wed, 17 Jul 2024 00:19:39 +0000 Subject: [PATCH] Bump WP Core version to 6.6 and 6.5.5 --- features/general.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/general.feature b/features/general.feature index 048d7d8..7c5a287 100644 --- a/features/general.feature +++ b/features/general.feature @@ -49,7 +49,7 @@ Feature: General tests of WP Launch Check # This check is here to remind us to update versions when new releases are available. Then STDOUT should contain: """ - 6.5 + 6.6 """ When I run `wp launchcheck general` @@ -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.5 --force` + And I run `wp core download --version=6.6 --force` And I run `wp theme activate twentytwentytwo` And the current WP version is not the latest @@ -72,7 +72,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=6.4.5 --force` + And I run `wp core download --version=6.5.5 --force` And I run `wp theme activate twentytwentytwo` When I run `wp launchcheck general`