From 4d93fe6708129747db50effcad730db67bbe0090 Mon Sep 17 00:00:00 2001 From: George Steel Date: Tue, 21 May 2024 22:42:37 +0100 Subject: [PATCH] Add Roave BC Checker to CI Also, stop ignoring platform reqs on 8.3 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 c6aab18b..e8e2603d 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,5 +1,6 @@ { + "backwardCompatibilityCheck": true, "ignore_php_platform_requirements": { - "8.3": true + "8.3": false } }