Skip to content

Commit

Permalink
Disable tools with no support for PHP 8.0 on PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Dec 20, 2021
1 parent 56f8b96 commit 22aa319
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion resources/architecture.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion resources/checkstyle.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion resources/compatibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]
}
2 changes: 1 addition & 1 deletion resources/metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions resources/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 22aa319

Please sign in to comment.