diff --git a/resources/architecture.json b/resources/architecture.json index 13ba81d0..df70dc1d 100644 --- a/resources/architecture.json +++ b/resources/architecture.json @@ -67,7 +67,7 @@ } }, "test": "which phpat", - "tags": ["exclude-php:8.0", "architecture"] + "tags": ["exclude-php:8.1", "exclude-php:8.0", "architecture"] }, { "name": "phpda", diff --git a/resources/checkstyle.json b/resources/checkstyle.json index fd9dc4a5..1da7dcd3 100644 --- a/resources/checkstyle.json +++ b/resources/checkstyle.json @@ -41,7 +41,7 @@ } }, "test": "php-formatter list", - "tags": ["checkstyle", "exclude-php:8.0"] + "tags": ["checkstyle", "exclude-php:8.1", "exclude-php:8.0"] }, { "name": "phpcbf", diff --git a/resources/compatibility.json b/resources/compatibility.json index 3f0c7191..effa91e6 100644 --- a/resources/compatibility.json +++ b/resources/compatibility.json @@ -24,7 +24,7 @@ } }, "test": "roave-backward-compatibility-check --version", - "tags": ["exclude-php:8.0", "compatibility"] + "tags": ["exclude-php:8.1", "exclude-php:8.0", "compatibility"] } ] } diff --git a/resources/metrics.json b/resources/metrics.json index bc42804f..8919dbe8 100644 --- a/resources/metrics.json +++ b/resources/metrics.json @@ -11,7 +11,7 @@ } }, "test": "analyze list", - "tags": ["exclude-php:8.0", "metrics"] + "tags": ["exclude-php:8.1", "exclude-php:8.0", "metrics"] }, { "name": "phpinsights", diff --git a/resources/test.json b/resources/test.json index 1e0bc1b6..acd3310a 100644 --- a/resources/test.json +++ b/resources/test.json @@ -134,7 +134,7 @@ } }, "test": "phpunit-7 --version", - "tags": ["exclude-php:8.0", "test"] + "tags": ["exclude-php:8.1", "exclude-php:8.0", "test"] }, { "name": "phpunit-5", @@ -148,7 +148,7 @@ } }, "test": "phpunit-5 --version", - "tags": ["exclude-php:8.0", "test"] + "tags": ["exclude-php:8.1", "exclude-php:8.0", "test"] }, { "name": "simple-phpunit",