From 83027233aacc868f22563227326f8c717928704e Mon Sep 17 00:00:00 2001 From: George Steel Date: Thu, 21 Nov 2024 21:23:32 +0000 Subject: [PATCH] Ignore platform reqs on 8.4, add BC checker to CI Signed-off-by: George Steel --- .laminas-ci.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.laminas-ci.json b/.laminas-ci.json index 2c63c08..6238f6f 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,2 +1,6 @@ { + "ignore_php_platform_requirements": { + "8.4": true + }, + "backwardCompatibilityCheck": true }