From 28c111784e72e7312248c1a4fad851201d51f6cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20B=C3=B6sing?= <2189546+boesing@users.noreply.github.com> Date: Sun, 16 Jun 2024 00:08:45 +0200 Subject: [PATCH] qa: enable backward compatibility check in CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com> --- .laminas-ci.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index 1d27f58..5b61b82 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -2,7 +2,5 @@ "ini": [ "apc.enable_cli=1" ], - "ignore_php_platform_requirements": { - "8.2": true - } + "backwardCompatibilityCheck": true }