From 007d4aea43eace041415dd5e459d6086c4dfc1fa Mon Sep 17 00:00:00 2001 From: George Steel Date: Mon, 10 Oct 2022 19:43:06 +0100 Subject: [PATCH] Add PHP 8.2 to the job schema enum Signed-off-by: George Steel --- laminas-ci.schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/laminas-ci.schema.json b/laminas-ci.schema.json index e67b77cf..431cd217 100644 --- a/laminas-ci.schema.json +++ b/laminas-ci.schema.json @@ -364,6 +364,7 @@ "7.4", "8.0", "8.1", + "8.2", "*", "@latest", "@lowest"