Open
Description
Hello Playground Team,
a call to
@wp-playground/cli/wp-playground.js server --php=7.4 --wp=latest --login
will bring up an instance running on 7.4.31-dev
, which is OK.
While a call including a blueprint.json (which does not contain a preferredVersions
object) , ...
@wp-playground/cli/wp-playground.js server --php=7.4 --wp=latest --blueprint=./blueprint.json
... will bring up 8.3.0-dev
, which is NOT OK.
Is this a known, maybe even wanted or a buggy behavior?