From b255c6c507bf06ef6e9360a76418a2508f830952 Mon Sep 17 00:00:00 2001 From: Pantheon Automation Date: Tue, 18 Oct 2022 00:04:14 +0000 Subject: [PATCH] Bump WP Core version to 5.9.5 --- features/general.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/general.feature b/features/general.feature index 9511105..aca3579 100644 --- a/features/general.feature +++ b/features/general.feature @@ -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.4 --force` + And I run `wp core download --version=5.9.5 --force` And I run `wp theme activate twentytwentytwo` When I run `wp launchcheck general`