From 883923e43d370b0faada0affb3a000ed84c91fb0 Mon Sep 17 00:00:00 2001 From: George Steel Date: Mon, 4 Mar 2024 21:19:41 +0000 Subject: [PATCH] Stop ignoring platform reqs and add BC Check to matrix Signed-off-by: George Steel --- .laminas-ci.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index 623a8eca..df25c514 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,5 +1,6 @@ { - "ignore_php_platform_requirements": { - "8.3": true - } + "ignore_php_platform_requirements": { + "8.3": false + }, + "backwardCompatibilityCheck": true }