Skip to content

Commit d4069fa

Browse files
committed
Update WordPress core and PHP version in wp-env config
Changed the WordPress core version to 6.9 and updated the PHP version to 8.1 in .wp-env.json for improved compatibility and performance.
1 parent bf7b176 commit d4069fa

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.wp-env.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2-
"phpVersion": "7.0",
3-
"plugins": [ "." ]
4-
}
2+
"core": "WordPress/WordPress#6.9",
3+
"phpVersion": "8.1",
4+
"plugins": [ "." ]
5+
}

0 commit comments

Comments
 (0)