Skip to content

Commit

Permalink
Fixed schema
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Mar 25, 2024
1 parent 74dbf21 commit 6e01cb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
},
"alpine": {
"enum": [
"3.15",
"3.16",
"3.17",
"3.18",
Expand Down Expand Up @@ -415,4 +416,4 @@
"additionalProperties": false
}
}
}
}
2 changes: 1 addition & 1 deletion systems.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{
"os": "linux",
"distribution": "alpine",
"versions": [ "3.16", "3.17", "3.18", "3.19", "edge" ]
"versions": [ "3.15", "3.16", "3.17", "3.18", "3.19", "edge" ]
},
{
"os": "windows"
Expand Down

0 comments on commit 6e01cb4

Please sign in to comment.