From 5e6cb585eabe0dfa9b9e00ff5c5d4977974b9e59 Mon Sep 17 00:00:00 2001 From: Masoud Maghsoudi Date: Tue, 3 Oct 2023 00:23:02 +0330 Subject: [PATCH] Update some platform versions in meta.json (#3800) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- src/ansiblelint/schemas/meta.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/ansiblelint/schemas/meta.json b/src/ansiblelint/schemas/meta.json index 8842ead0cb..d720e5e690 100644 --- a/src/ansiblelint/schemas/meta.json +++ b/src/ansiblelint/schemas/meta.json @@ -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" @@ -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" @@ -879,6 +886,7 @@ "8.8", "9.0", "9.1", + "9.2", "all" ], "type": "string" @@ -1199,6 +1207,8 @@ "Mojave", "Monterey", "Sierra", + "Sonoma", + "Ventura", "all" ], "type": "string"