From 0e324c26694850f1c1340b6a2cb21eaf00cb8a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20B=C3=B6sing?= <2189546+boesing@users.noreply.github.com> Date: Sat, 8 Jul 2023 00:50:20 +0200 Subject: [PATCH] qa: add `README` to deprecated exclusions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com> --- .../.laminas-ci.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/code-check-deprecated-exclusion-via-config/.laminas-ci.json b/tests/code-check-deprecated-exclusion-via-config/.laminas-ci.json index 40bfd69f..5e2d656c 100644 --- a/tests/code-check-deprecated-exclusion-via-config/.laminas-ci.json +++ b/tests/code-check-deprecated-exclusion-via-config/.laminas-ci.json @@ -9,6 +9,9 @@ }, { "name": "PHPUnit on PHP 7.4 with latest dependencies" + }, + { + "name": "README Linting on PHP 7.4 with locked dependencies" } ] }