Skip to content

Commit

Permalink
qa: ignore platform PHP requirement under 8.1
Browse files Browse the repository at this point in the history
Required, as the laminas-psr7bridge does not yet support 8.1 officially.

Signed-off-by: Matthew Weier O'Phinney <[email protected]>
  • Loading branch information
weierophinney committed Oct 13, 2021
1 parent c5bb0d7 commit 60a52b5
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
@@ -0,0 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.1": true
}
}

0 comments on commit 60a52b5

Please sign in to comment.