Skip to content

Commit

Permalink
Update some platform versions in meta.json (#3800)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
masoud-maghsoudi and pre-commit-ci[bot] authored Oct 2, 2023
1 parent 642ebef commit 5e6cb58
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/ansiblelint/schemas/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,14 @@
"versions": {
"default": "all",
"items": {
"enum": ["ascii", "beowulf", "ceres", "jessie", "all"],
"enum": [
"ascii",
"beowulf",
"chimaera",
"daedalus",
"jessie",
"all"
],
"type": "string"
},
"type": "array"
Expand All @@ -286,7 +293,7 @@
"versions": {
"default": "all",
"items": {
"enum": ["5.2", "5.4", "all"],
"enum": ["5.2", "5.4", "5.6", "5.8", "6.0", "6.2", "6.4", "all"],
"type": "string"
},
"type": "array"
Expand Down Expand Up @@ -879,6 +886,7 @@
"8.8",
"9.0",
"9.1",
"9.2",
"all"
],
"type": "string"
Expand Down Expand Up @@ -1199,6 +1207,8 @@
"Mojave",
"Monterey",
"Sierra",
"Sonoma",
"Ventura",
"all"
],
"type": "string"
Expand Down

0 comments on commit 5e6cb58

Please sign in to comment.