Skip to content

Commit

Permalink
Bump WP Core version to 6.5 and 6.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantheon Automation committed Apr 3, 2024
1 parent b5919f6 commit 025223f
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.4.3
6.5.3
"""

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.4 --force`
And I run `wp core download --version=6.5 --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=6.3.3 --force`
And I run `wp core download --version=6.4.3 --force`
And I run `wp theme activate twentytwentytwo`

When I run `wp launchcheck general`
Expand Down

0 comments on commit 025223f

Please sign in to comment.