From cf1f26b2596fcfdcf3ff0aaacd7f2e6698054e60 Mon Sep 17 00:00:00 2001 From: George Steel Date: Tue, 4 Jun 2024 09:19:39 +0100 Subject: [PATCH] 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 5be0fb52..e06ab9cd 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 }