Skip to content

Commit

Permalink
Exclude php 8.1 with lowest dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul Malik Ikhsan <[email protected]>
  • Loading branch information
samsonasik committed Oct 12, 2021
1 parent 4658eea commit 52f7a51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"exclude": [
{
"name": "PHPUnit on PHP 8.1 with lowest dependencies"
}
],
"ignore_php_platform_requirements": {
"8.1": true
}
Expand Down

0 comments on commit 52f7a51

Please sign in to comment.