Skip to content

Commit 5e6cb58

Browse files
Update some platform versions in meta.json (#3800)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 642ebef commit 5e6cb58

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

src/ansiblelint/schemas/meta.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,14 @@
267267
"versions": {
268268
"default": "all",
269269
"items": {
270-
"enum": ["ascii", "beowulf", "ceres", "jessie", "all"],
270+
"enum": [
271+
"ascii",
272+
"beowulf",
273+
"chimaera",
274+
"daedalus",
275+
"jessie",
276+
"all"
277+
],
271278
"type": "string"
272279
},
273280
"type": "array"
@@ -286,7 +293,7 @@
286293
"versions": {
287294
"default": "all",
288295
"items": {
289-
"enum": ["5.2", "5.4", "all"],
296+
"enum": ["5.2", "5.4", "5.6", "5.8", "6.0", "6.2", "6.4", "all"],
290297
"type": "string"
291298
},
292299
"type": "array"
@@ -879,6 +886,7 @@
879886
"8.8",
880887
"9.0",
881888
"9.1",
889+
"9.2",
882890
"all"
883891
],
884892
"type": "string"
@@ -1199,6 +1207,8 @@
11991207
"Mojave",
12001208
"Monterey",
12011209
"Sierra",
1210+
"Sonoma",
1211+
"Ventura",
12021212
"all"
12031213
],
12041214
"type": "string"

0 commit comments

Comments
 (0)