Skip to content

Commit

Permalink
fix linter jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-sainthillier committed Feb 9, 2024
1 parent dc3901e commit f1aa8d3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .laminas-ci.json.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"additional_checks": [
{
"name": "PHP CS Fixer [8.2, latest]",
"operatingSystem": "ubuntu-latest",
"action": "laminas/laminas-continuous-integration-action@v1",
"job": {
"command": "./vendor/bin/php-cs-fixer fix -v --diff --dry-run",
"php": "8.2",
"dependencies": "latest"
}
}
],
"ignore_php_platform_requirements": {
"7.2": true,
"7.3": true,
"7.4": true
},
"exclude": [
{
"name": "PHP CS Fixer [7.2, latest]"
}
]
}

0 comments on commit f1aa8d3

Please sign in to comment.