From fcf7b53ee278dd6cf37bfcec6ea584ad0a8f099b Mon Sep 17 00:00:00 2001 From: George Steel Date: Fri, 14 Oct 2022 14:22:15 +0100 Subject: [PATCH] Ignore platform reqs on 8.2 and not 8.1 Signed-off-by: George Steel --- .laminas-ci.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index 52a5dc86..cf74e8fe 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -3,6 +3,7 @@ "tidy" ], "ignore_php_platform_requirements": { - "8.1": true + "8.1": false, + "8.2": true } }