Skip to content

Commit

Permalink
Merge pull request #132 from pantheon-systems/wplc-6.0-and-5.9.4
Browse files Browse the repository at this point in the history
Bump WP Core version to 6.0 and 5.9.4
  • Loading branch information
jazzsequence authored Sep 23, 2022
2 parents 85e851b + a901950 commit 3d2fe43
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=5.9 --force`
And I run `wp core download --version=6.0 --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.8.5 --force`
And I run `wp core download --version=5.9.4 --force`
And I run `wp theme activate twentytwentytwo`

When I run `wp launchcheck general`
Expand Down

0 comments on commit 3d2fe43

Please sign in to comment.