Skip to content

Commit 231e7ee

Browse files
authored
Merge pull request #764 from Automattic/feat/wp-env-config
2 parents 81ceb1f + 3cd6d52 commit 231e7ee

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.wp-env.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
{
2-
"plugins": [ "." ]
2+
"plugins": [
3+
"."
4+
],
5+
"phpVersion": "8.0",
6+
"config": {
7+
"WP_DEBUG": true,
8+
"WP_DEBUG_LOG": true,
9+
"SCRIPT_DEBUG": true
10+
},
11+
"lifecycleScripts": {
12+
"afterStart": "wp-env run cli wp plugin install query-monitor --activate"
13+
},
14+
"env": {
15+
"tests": {
16+
"phpVersion": "8.4",
17+
"core": "WordPress/WordPress#trunk"
18+
}
19+
}
320
}

0 commit comments

Comments
 (0)