From f8dcdbd7d3b1e6897016a34888800992c0a6b5e6 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sun, 10 May 2026 20:50:33 +0100 Subject: [PATCH] Disable infection on PHP 8.2 --- README.md | 2 +- resources/test.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 175e769..eba1178 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ It has been extracted as a separate project to make maintenance easier and enabl | diffFilter | [Applies QA tools to run on a single pull request](https://github.com/exussum12/coverageChecker) | ✅ | ✅ | ✅ | ✅ | | ecs | [Sets up and runs coding standard checks](https://github.com/Symplify/EasyCodingStandard) | ✅ | ✅ | ✅ | ✅ | | gherkin-lint-php | [Gherkin linter for PHP](https://github.com/dantleech/gherkin-lint-php) | ✅ | ✅ | ✅ | ✅ | -| infection | [AST based PHP Mutation Testing Framework](https://infection.github.io/) | ✅ | ✅ | ✅ | ✅ | +| infection | [AST based PHP Mutation Testing Framework](https://infection.github.io/) | ❌ | ✅ | ✅ | ✅ | | jack | [Helps to upgrade outdated Composer dependencies incrementally](https://github.com/rectorphp/jack) | ✅ | ✅ | ✅ | ✅ | | kahlan | [Kahlan is a full-featured Unit & BDD test framework a la RSpec/JSpec](https://kahlan.github.io/docs/) | ✅ | ✅ | ✅ | ✅ | | larastan | [PHPStan extension for Laravel](https://github.com/nunomaduro/larastan) | ✅ | ✅ | ✅ | ✅ | diff --git a/resources/test.json b/resources/test.json index 63c4202..86c6def 100644 --- a/resources/test.json +++ b/resources/test.json @@ -39,7 +39,7 @@ } }, "test": "infection --version", - "tags": ["featured", "test"] + "tags": ["featured", "test", "exclude-php:8.2"] }, { "name": "paratest",