Skip to content

Commit c519a35

Browse files
committed
update PHPBench tags list (PHP versions supported)
1 parent 38b64b2 commit c519a35

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/appendix/tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- MARKDOWN-TABLE:START -->
1010
| Name | Description | <sup>PHP 8.0</sup> | <sup>PHP 8.1</sup> | <sup>PHP 8.2</sup> | <sup>PHP 8.3</sup> | <sup>PHP 8.4</sup> |
1111
| :--- | :---------- | :------ | :------ | :------ | :------ | :------ |
12-
| | Total available: 51 | 27 | 28 | 27 | 30 | 35 |
12+
| | Total available: 51 | 27 | 28 | 27 | 29 | 34 |
1313
| asciinema | [Terminal session recorder](https://github.com/asciinema/asciinema) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
1414
| box v4 | [Fast, zero config application bundler with PHARs](https://github.com/box-project/box) | &#x274C; | &#x274C; | &#x2705; | &#x2705; | &#x274C; |
1515
| box-manifest v4 | [Create a manifest to a PHP Archive (PHAR) for the BOX project](https://github.com/llaville/box-manifest) | &#x274C; | &#x274C; | &#x2705; | &#x2705; | &#x2705; |
@@ -38,7 +38,7 @@
3838
| OpenJDK | [OpenJDK Java runtime, using Hotspot JIT (headless) (JDK 11 LTS)](https://openjdk.java.net/projects/jdk/11) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
3939
| phive | [The PHAR Installation and Verification Environment](https://github.com/phar-io/phive) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
4040
| PHP-CS-Fixer 3 | [PHP Coding Standards Fixer (3.x versions)](https://github.com/FriendsOfPHP/PHP-CS-Fixer) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
41-
| phpbench | [PHP Benchmarking framework](https://github.com/phpbench/phpbench) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
41+
| phpbench | [PHP Benchmarking framework](https://github.com/phpbench/phpbench) | &#x274C; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
4242
| phpbu 6 | [PHP Backup Utility (6.x version)](https://github.com/sebastianfeldmann/phpbu) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
4343
| phpcbf 3 | [Automatically corrects coding standard violations](https://github.com/PHPCSStandards/PHP_CodeSniffer) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
4444
| phpcs 3 | [PHP_CodeSniffer detects violations of a defined set of coding standards](https://github.com/PHPCSStandards/PHP_CodeSniffer) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |

resources/tools/phpbench.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
"tags": [
1414
"exclude-php:5.6",
1515
"exclude-php:7.0",
16-
"exclude-php:7.1"
16+
"exclude-php:7.1",
17+
"exclude-php:7.2",
18+
"exclude-php:7.3",
19+
"exclude-php:7.4",
20+
"exclude-php:8.0"
1721
]
1822
}
1923
]

0 commit comments

Comments
 (0)