Skip to content

Commit dcd3efb

Browse files
committed
qa: do not ignore platform reqs for PHP 8.0 or 8.1
Tested locally, and update operations, both with and without `--prefer-lowest`, work without errors now. Signed-off-by: Matthew Weier O'Phinney <[email protected]>
1 parent 8259689 commit dcd3efb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.laminas-ci.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"ignore_php_platform_requirements": {
3-
"8.1": true
3+
"8.0": false,
4+
"8.1": false
45
}
56
}

0 commit comments

Comments
 (0)