Skip to content

Commit

Permalink
Update renovate.json to ignore phpunit v11
Browse files Browse the repository at this point in the history
  • Loading branch information
visto9259 authored Aug 6, 2024
1 parent 7ce3b10 commit 962e9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"packageRules": [
{
"matchPackageNames": ["phpunit/phpunit"],
"allowedVersions": "<=11.0"
"allowedVersions": "<11.0"
}
]
}

0 comments on commit 962e9c5

Please sign in to comment.