Skip to content

Commit 07e9dbb

Browse files
committed
set wordpress version to 5.8 in dev environment
1 parent 4eff01f commit 07e9dbb

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

.wp-env.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"core": "https://wordpress.org/wordpress-5.7.2.zip",
2+
"core": "WordPress/WordPress#5.8",
33
"plugins": [ "." ],
44
"themes": [
55
"./test-themes/bootstrap"

package-lock.json

Lines changed: 15 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@wordpress/env": "^4.0.5",
3535
"@wordpress/scripts": "^16.1.4",
3636
"cypress": "^7.6.0",
37-
"cypress-wp-test-utils": "^0.2.0",
37+
"cypress-wp-test-utils": "^0.3.0",
3838
"cypress-xpath": "^1.6.2",
3939
"eslint-plugin-cypress": "^2.11.3",
4040
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)