From 7938522b72269f583312e92754ba8ab4669d736d Mon Sep 17 00:00:00 2001 From: manishranjan-adobe Date: Fri, 18 Oct 2024 19:16:01 +0530 Subject: [PATCH] Ignore pathform dependency Signed-off-by: manishranjan-adobe --- .laminas-ci.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index 7c4c9b8..24c03b5 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -5,6 +5,7 @@ {"name": "PHPUnit on PHP 7.1 with locked dependencies"} ], "ignore_php_platform_requirements": { - "8.2": true + "8.2": true, + "8.4": true } }