File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Feature: Find version for WordPress install
4242 @require-mysql
4343 Scenario : Verify actual database version shows correct values
4444 Given a WP install
45- And I run `wp core download --version=5.4 --force`
45+ And I run `wp core download --version=6.6 --force`
4646 And I run `wp option update db_version 45805`
4747
4848 # Without --actual, should show expected version from version.php
@@ -63,7 +63,7 @@ Feature: Find version for WordPress install
6363 @require-mysql
6464 Scenario : Verify actual database version in multisite subsite
6565 Given a WP multisite install
66- And I run `wp core download --version=5.4 --force`
66+ And I run `wp core download --version=6.6 --force`
6767 And I run `wp option update db_version 47018`
6868 And I run `wp site create --slug=subsite --porcelain`
6969 And save STDOUT as {SUBSITE_ID}
You can’t perform that action at this time.
0 commit comments