From ed8230124185e5040d3fa498abc51a3765971b20 Mon Sep 17 00:00:00 2001 From: George Steel Date: Thu, 5 Sep 2024 16:06:32 +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 0d667160..f050f35e 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,5 +1,6 @@ { "extensions": [ "gd" - ] + ], + "backwardCompatibilityCheck": true }