From d224f08950bfe8e43d27c2917f37da2ce5ffc398 Mon Sep 17 00:00:00 2001 From: Pantheon Automation Date: Wed, 10 Apr 2024 00:19:42 +0000 Subject: [PATCH] Bump WP Core version to 6.4.4 --- features/general.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/general.feature b/features/general.feature index b1a7f2d..27c0ca7 100644 --- a/features/general.feature +++ b/features/general.feature @@ -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.3 --force` + And I run `wp core download --version=6.4.4 --force` And I run `wp theme activate twentytwentytwo` When I run `wp launchcheck general`