Skip to content

Commit

Permalink
Bump WP Core version to 6.4 and 6.3.3 (#153)
Browse files Browse the repository at this point in the history
* Bump WP Core version to 6.4 and 6.3.3

* bump version to latest

* bump theme to one that would actually be installed

---------

Co-authored-by: Pantheon Automation <bot@getpantheon.com>
Co-authored-by: Chris Reynolds <chris@jazzsequence.com>
  • Loading branch information
3 people authored Jan 31, 2024
1 parent 8cb45a5 commit b5919f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.3
6.4.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.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`
Expand All @@ -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:
Expand Down

0 comments on commit b5919f6

Please sign in to comment.