Skip to content

Commit

Permalink
Bump WP Core version to 6.3 and 4.6.27
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantheon Automation committed Oct 13, 2023
1 parent 8cb45a5 commit 505d369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/general.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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.3 --force`
And I run `wp theme activate twentytwentytwo`

When I run `wp launchcheck general`
Expand All @@ -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.6.11 --force`
And I run `wp core download --version=4.6.27 --force`
And I run `wp theme activate twentytwenty`

When I run `wp launchcheck general`
Expand Down

0 comments on commit 505d369

Please sign in to comment.