From 404c555e0434af2c52e8a3789ad461fa94af6f6d Mon Sep 17 00:00:00 2001 From: George Steel Date: Fri, 1 Mar 2024 19:54:55 +0000 Subject: [PATCH] Add Roave BC Check to the CI matrix and stop ignoring platform reqs on 8.3 Signed-off-by: George Steel --- .laminas-ci.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index c6aab18b..df25c514 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,5 +1,6 @@ { "ignore_php_platform_requirements": { - "8.3": true - } + "8.3": false + }, + "backwardCompatibilityCheck": true }