Skip to content

Commit 34b2e89

Browse files
committed
Build PHP 8.4 for node.js
1 parent 9b12f0b commit 34b2e89

File tree

7 files changed

+17310
-2
lines changed

7 files changed

+17310
-2
lines changed

packages/docs/site/docs/blueprints/03-data-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The `landingPage` property tells Playground which URL to navigate to after the B
5454

5555
The `preferredVersions` property declares your preferred PHP and WordPress versions. It can contain the following properties:
5656

57-
- `php` (string): Loads the specified PHP version. Accepts `7.0`, `7.1`, `7.2`, `7.3`, `7.4`, `8.0`, `8.1`, `8.2`, `8.3`, or `latest`. Minor versions like `7.4.1` are not supported.
57+
- `php` (string): Loads the specified PHP version. Accepts `7.0`, `7.1`, `7.2`, `7.3`, `7.4`, `8.0`, `8.1`, `8.2`, `8.3`, `8.4`, or `latest`. Minor versions like `7.4.1` are not supported.
5858
- `wp` (string): Loads the specified WordPress version. Accepts the last four major WordPress versions. As of June 1, 2024, that's `6.2`, `6.3`, `6.4`, or `6.5`. You can also use the generic values `latest`, `nightly`, or `beta`. To use a pre-release version of WordPress, `beta` will load the latest beta or release candidate versions of a release cycle (Beta or RC).
5959

6060
```js

packages/docs/site/docs/developers/06-apis/query-api/01-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can go ahead and try it out. The Playground will automatically install the t
2323

2424
| Option | Default Value | Description |
2525
| --------------- | --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
26-
| `php` | `8.0` | Loads the specified PHP version. Accepts `7.0`, `7.1`, `7.2`, `7.3`, `7.4`, `8.0`, `8.1`, `8.2`, `8.3`, or `latest`. |
26+
| `php` | `8.0` | Loads the specified PHP version. Accepts `7.0`, `7.1`, `7.2`, `7.3`, `7.4`, `8.0`, `8.1`, `8.2`, `8.3`, `8.4`, or `latest`. |
2727
| `wp` | `latest` | Loads the specified WordPress version. Accepts the last three major WordPress versions. As of June 1, 2024, that's `6.3`, `6.4`, or `6.5`. You can also use the generic values `latest`, `nightly`, or `beta`. |
2828
| `blueprint-url` | | The URL of the Blueprint that will be used to configure this Playground instance. |
2929
| `networking` | `no` | Enables or disables the networking support for Playground. Accepts `yes` or `no`. |
17.9 MB
Binary file not shown.

0 commit comments

Comments
 (0)