From f1e10bf4c94ba008bddb7f5d78c04f8040dd5181 Mon Sep 17 00:00:00 2001 From: George Steel Date: Tue, 4 Jun 2024 09:19:22 +0100 Subject: [PATCH] Add Roave BC Check to CI 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 2214439ff..5be0fb52a 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -6,5 +6,6 @@ ], "ignore_php_platform_requirements": { "8.3": true - } + }, + "backwardCompatibilityCheck": true }