From 521617b2d1f127b5948b5000c72cc9996fa2f349 Mon Sep 17 00:00:00 2001 From: George Steel Date: Thu, 8 Aug 2024 12:06:46 +0100 Subject: [PATCH] Run PHP 8.4 in CI Signed-off-by: George Steel --- .laminas-ci.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index 0967ef4..d69bf3f 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1 +1,5 @@ -{} +{ + "ignore_php_platform_requirements": { + "8.4": true + } +}