From ffa1aaaf52f71145051fc6b86bb05c9b78a4a180 Mon Sep 17 00:00:00 2001 From: George Steel Date: Thu, 21 Nov 2024 21:44:31 +0000 Subject: [PATCH] Ignore platform reqs on 8.4 Signed-off-by: George Steel --- .laminas-ci.json | 7 ++++++- phpunit.xml.dist | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index 0967ef4..6238f6f 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1 +1,6 @@ -{} +{ + "ignore_php_platform_requirements": { + "8.4": true + }, + "backwardCompatibilityCheck": true +} diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6948200..3333977 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -10,9 +10,11 @@ displayDetailsOnTestsThatTriggerErrors="true" displayDetailsOnTestsThatTriggerNotices="true" displayDetailsOnTestsThatTriggerWarnings="true" + displayDetailsOnPhpunitDeprecations="true" failOnWarning="true" failOnNotice="true" failOnDeprecation="true" + failOnPhpunitDeprecation="true" >