From 3e4e0de2a44bb4f7702475422a774d2737f6c1d7 Mon Sep 17 00:00:00 2001 From: George Steel Date: Mon, 10 Oct 2022 14:57:35 +0100 Subject: [PATCH] Ignore platform requirements on 8.1 and 8.2 - ProxyManager only supports ~8.0 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 bce3fa21..9143dca4 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,5 +1,6 @@ { "ignore_php_platform_requirements": { - "8.1": true + "8.1": true, + "8.2": true } }