diff --git a/features/general.feature b/features/general.feature index dc7a3e5..78608e1 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.3 + 6.4.3 """ 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.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,8 +71,8 @@ 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 theme activate twentytwenty` + And I run `wp core download --version=6.3.3 --force` + And I run `wp theme activate twentytwentytwo` When I run `wp launchcheck general` Then STDOUT should contain: