Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wp-now: the blueprint json schema requires both php AND wp version #303

Open
lgersman opened this issue Jun 13, 2024 · 0 comments
Open

wp-now: the blueprint json schema requires both php AND wp version #303

lgersman opened this issue Jun 13, 2024 · 0 comments

Comments

@lgersman
Copy link

The wp-now docs states that wp-now can also be used for non wordpress projects.

But the blueprints schema json (https://playground.wordpress.net/blueprint-schema.json) declares that both wp and php needs to be set in property preferredVersions

...
"preferredVersions": {
  "php": "8.3",
  "wp": "latest"
},
...

It would be nice if someone could use wp-now and declare just the php version.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant