Skip to content

Commit 4bad2af

Browse files
committed
bugfix: use anyOf to reference enum from installablePhpVersion and php specific enum strings
Signed-off-by: Maximilian Bösing <[email protected]>
1 parent ebb4cb9 commit 4bad2af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

laminas-ci.schema.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,12 @@
266266
]
267267
},
268268
"php": {
269-
"$ref": "#/definitions/installablePhpVersion",
270269
"title": "The PHP version",
271270
"type": "string",
272271
"anyOf": [
273-
{ "$ref": "#/definitions/installablePhpVersion" },
272+
{
273+
"$ref": "#/definitions/installablePhpVersion"
274+
},
274275
{
275276
"enum": [
276277
"*",

0 commit comments

Comments
 (0)