From 1f3a793138035e3331e0ebd711b69dca779989c3 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Wed, 12 Jul 2023 09:41:44 +0100 Subject: [PATCH] Exclude phpbench on PHP 8.0 --- resources/tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/tools.json b/resources/tools.json index c2a3ff5a..b3a7f785 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -40,7 +40,7 @@ } }, "test": "phpbench -V", - "tags": [] + "tags": ["exclude-php:8.0"] }, { "name": "phpa",