From c9f49a964f606f0d02339e3311231047501cac3e Mon Sep 17 00:00:00 2001 From: George Steel Date: Sat, 29 Jun 2024 10:21:47 +0100 Subject: [PATCH] Add BC Check to CI, stop ignoring platform reqs Signed-off-by: George Steel --- .laminas-ci.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index ea0b9a0..bbdbc41 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,6 +1,7 @@ { + "backwardCompatibilityCheck": true, "ignore_php_platform_requirements": { - "8.3": true + "8.3": false }, "extensions": [ "apcu"