@wp-playground/blueprints 1.0.20 → 1.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -154,6 +154,7 @@ const schema11 = {
154
154
  SupportedPHPVersion: {
155
155
  type: 'string',
156
156
  enum: [
157
+ '8.4',
157
158
  '8.3',
158
159
  '8.2',
159
160
  '8.1',
@@ -1475,7 +1476,18 @@ const schema12 = {
1475
1476
  };
1476
1477
  const schema13 = {
1477
1478
  type: 'string',
1478
- enum: ['8.3', '8.2', '8.1', '8.0', '7.4', '7.3', '7.2', '7.1', '7.0'],
1479
+ enum: [
1480
+ '8.4',
1481
+ '8.3',
1482
+ '8.2',
1483
+ '8.1',
1484
+ '8.0',
1485
+ '7.4',
1486
+ '7.3',
1487
+ '7.2',
1488
+ '7.1',
1489
+ '7.0',
1490
+ ],
1479
1491
  };
1480
1492
  const schema14 = { type: 'string', const: 'wp-cli' };
1481
1493
  const schema15 = {
@@ -19319,6 +19331,7 @@ function validate11(
19319
19331
  }
19320
19332
  if (
19321
19333
  !(
19334
+ data9 === '8.4' ||
19322
19335
  data9 === '8.3' ||
19323
19336
  data9 === '8.2' ||
19324
19337
  data9 === '8.1' ||
@@ -170,6 +170,7 @@
170
170
  "SupportedPHPVersion": {
171
171
  "type": "string",
172
172
  "enum": [
173
+ "8.4",
173
174
  "8.3",
174
175
  "8.2",
175
176
  "8.1",