Skip to content

Commit

Permalink
bugfix: use anyOf of php as just one of the enum values have to…
Browse files Browse the repository at this point in the history
… match, not `all`

Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed May 5, 2024
1 parent 13ba6b7 commit ebb4cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laminas-ci.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
"$ref": "#/definitions/installablePhpVersion",
"title": "The PHP version",
"type": "string",
"allOf": [
"anyOf": [
{ "$ref": "#/definitions/installablePhpVersion" },
{
"enum": [
Expand Down

0 comments on commit ebb4cb9

Please sign in to comment.