From 8e943491bdec7ce2c200e3cb40b306c7a2e00e1f Mon Sep 17 00:00:00 2001 From: Raj Mohan Date: Thu, 24 Oct 2024 15:16:41 +0530 Subject: [PATCH] Ignore PHP 8.4 Platform Requirements Signed-off-by: Raj Mohan --- .laminas-ci.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.laminas-ci.json b/.laminas-ci.json index 2c63c085..cc00d67d 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,2 +1,5 @@ { + "ignore_php_platform_requirements": { + "8.4": true + } }