Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion validator/schema/upsun.json
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@
"description": "A list of packages from the Upsun collection of supported runtimes and/or from NixPkgs. \nMore information: \nhttps://docs.upsun.com/create-apps/app-reference/composable-image.html"
}
},
"oneOf": [
"anyOf": [
{
"required": [
"type"
Expand Down
4 changes: 2 additions & 2 deletions validator/validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ services:
Data: []byte(`
applications:
app1:
type: "python:3.11"
type: "composable:25.05"
stack:
- "php@8.3":
extensions:
Expand All @@ -195,7 +195,7 @@ services:
},
},
},
wantErr: true,
wantErr: false,
},
{
name: "true-boolean",
Expand Down
Loading