From 6f0b590922e52bd3a531dc25ce4583c6f0bbd476 Mon Sep 17 00:00:00 2001 From: Raj Mohan Date: Thu, 24 Oct 2024 12:26:54 +0530 Subject: [PATCH] Ignore PHP 8.4 Platform Requirements Signed-off-by: Raj Mohan --- .laminas-ci.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index cd24f855..b9c3c8d2 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -7,5 +7,8 @@ "pgsql", "sqlite3", "sqlsrv" - ] + ], + "ignore_php_platform_requirements": { + "8.4": true + } }