1
0
Fork 0
mirror of https://github.com/buddypress/buddypress.git synced 2026-07-23 21:06:56 +08:00
buddypress/tests/blueprints/14-0-0-beta2.json
Mathieu Viet 00a1bc4b62 14-0-0-beta2 version bumps (trunk)
git-svn-id: https://buddypress.svn.wordpress.org/trunk@13939 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2024-06-24 19:00:16 +00:00

24 lines
442 B
JSON

{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"preferredVersions": {
"php": "8.2",
"wp": "latest"
},
"phpExtensionBundles": [
"kitchen-sink"
],
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "url",
"url": "https://downloads.wordpress.org/plugin/buddypress.14.0.0-beta2.zip"
}
}
]
}