From 52f7a51c041816b95a79841e99f48340cf6ed99d Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Wed, 13 Oct 2021 06:26:30 +0700 Subject: [PATCH] Exclude php 8.1 with lowest dependencies Signed-off-by: Abdul Malik Ikhsan --- .laminas-ci.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.laminas-ci.json b/.laminas-ci.json index bce3fa2..c7f6bb0 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,4 +1,9 @@ { + "exclude": [ + { + "name": "PHPUnit on PHP 8.1 with lowest dependencies" + } + ], "ignore_php_platform_requirements": { "8.1": true }