Skip to content

Commit

Permalink
Stop ignoring platform reqs on 8.1, but ignore them on 8.2
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Oct 14, 2022
1 parent 2485c94 commit 32de091
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"ignore_php_platform_requirements": {
"8.1": true
"8.1": false,
"8.2": true
}
}

0 comments on commit 32de091

Please sign in to comment.