From f1e10bf4c94ba008bddb7f5d78c04f8040dd5181 Mon Sep 17 00:00:00 2001 From: George Steel Date: Tue, 4 Jun 2024 09:19:22 +0100 Subject: [PATCH 1/2] 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 } From cf1f26b2596fcfdcf3ff0aaacd7f2e6698054e60 Mon Sep 17 00:00:00 2001 From: George Steel Date: Tue, 4 Jun 2024 09:19:39 +0100 Subject: [PATCH 2/2] Stop ignoring platform reqs on 8.3 Signed-off-by: George Steel --- .laminas-ci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index 5be0fb52a..e06ab9cd7 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -5,7 +5,7 @@ "intl" ], "ignore_php_platform_requirements": { - "8.3": true + "8.3": false }, "backwardCompatibilityCheck": true }