From 0c0cc1eb2e5dc5008991aa02a38a1f4e8ee38e20 Mon Sep 17 00:00:00 2001 From: George Steel Date: Thu, 21 Nov 2024 23:46:57 +0000 Subject: [PATCH] Ignore platform reqs on 8.4 Also improve PHPUnit config Signed-off-by: George Steel --- .laminas-ci.json | 6 ++++++ phpunit.xml.dist | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 .laminas-ci.json diff --git a/.laminas-ci.json b/.laminas-ci.json new file mode 100644 index 0000000..6238f6f --- /dev/null +++ b/.laminas-ci.json @@ -0,0 +1,6 @@ +{ + "ignore_php_platform_requirements": { + "8.4": true + }, + "backwardCompatibilityCheck": true +} diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 93b4611..51f7287 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -10,6 +10,11 @@ displayDetailsOnTestsThatTriggerWarnings="true" displayDetailsOnIncompleteTests="true" displayDetailsOnSkippedTests="true" + displayDetailsOnPhpunitDeprecations="true" + failOnPhpunitDeprecation="true" + failOnDeprecation="true" + failOnNotice="true" + failOnWarning="true" >