From 1435364520a01e840060e57c8b4dad41076fd488 Mon Sep 17 00:00:00 2001 From: Benedikt Trefzer Date: Tue, 6 Jun 2023 17:26:10 +0200 Subject: [PATCH] metadata: add OpenBSD 6.3 and 6.2 as supported for FacterDB FacterDB does only support OpenBSD 6.3 and 6.2 if we remove these, no tests are running. So we keep these for now. --- metadata.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/metadata.json b/metadata.json index d372152..9493ccb 100644 --- a/metadata.json +++ b/metadata.json @@ -17,6 +17,8 @@ { "operatingsystem": "OpenBSD", "operatingsystemrelease": [ + "6.3", + "6.4", "6.9", "7.0", "7.1",