Skip to content

Commit

Permalink
bugfix: use anyOf to reference enum from installablePhpVersion an…
Browse files Browse the repository at this point in the history
…d `php` specific enum strings

Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
  • Loading branch information
boesing committed May 5, 2024
1 parent 9f5c287 commit 7f557d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions laminas-ci.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,12 @@
]
},
"php": {
"$ref": "#/definitions/installablePhpVersion",
"title": "The PHP version",
"type": "string",
"anyOf": [
{ "$ref": "#/definitions/installablePhpVersion" },
{
"$ref": "#/definitions/installablePhpVersion"
},
{
"enum": [
"*",
Expand Down

0 comments on commit 7f557d2

Please sign in to comment.