From 77759d314c0631f1aa439ee661d5a8b00c098551 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 30 Nov 2021 14:26:40 +0000 Subject: [PATCH] Enable phpbench on PHP 8 --- README.md | 2 +- resources/tools.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e314afa6..76cd2d00 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ It has been extracted as a separate project to make maintenance easier and enabl | php-semver-checker | [Suggests a next version according to semantic versioning](https://github.com/tomzx/php-semver-checker) | ✅ | ✅ | ✅ | | phpa | [Checks for weak assumptions](https://github.com/rskuipers/php-assumptions) | ✅ | ✅ | ✅ | | phpat | [Easy to use architecture testing tool](https://github.com/carlosas/phpat) | ✅ | ✅ | ❌ | -| phpbench | [PHP Benchmarking framework](https://github.com/phpbench/phpbench) | ✅ | ✅ | ❌ | +| phpbench | [PHP Benchmarking framework](https://github.com/phpbench/phpbench) | ✅ | ✅ | ✅ | | phpca | [Finds usage of non-built-in extensions](https://github.com/wapmorgan/PhpCodeAnalyzer) | ✅ | ✅ | ✅ | | phpcb | [PHP Code Browser](https://github.com/mayflower/PHP_CodeBrowser) | ✅ | ✅ | ✅ | | phpcbf | [Automatically corrects coding standard violations](https://github.com/squizlabs/PHP_CodeSniffer) | ✅ | ✅ | ✅ | diff --git a/resources/tools.json b/resources/tools.json index 19842232..feb4fa0f 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -40,7 +40,7 @@ } }, "test": "phpbench", - "tags": ["exclude-php:8.0"] + "tags": [] }, { "name": "phpa",