Skip to content

Commit

Permalink
Bump WP Core version to 6.6 and 6.5.5 (#159)
Browse files Browse the repository at this point in the history
Co-authored-by: Pantheon Automation <[email protected]>
  • Loading branch information
pantheon-upstream and Pantheon Automation authored Jul 17, 2024
1 parent e10ac0c commit 1ec93eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features/general.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
6.6
"""

When I run `wp launchcheck general`
Expand All @@ -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.5 --force`
And I run `wp core download --version=6.6 --force`
And I run `wp theme activate twentytwentytwo`
And the current WP version is not the latest

Expand All @@ -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.5 --force`
And I run `wp core download --version=6.5.5 --force`
And I run `wp theme activate twentytwentytwo`

When I run `wp launchcheck general`
Expand Down

0 comments on commit 1ec93eb

Please sign in to comment.