Skip to content

Commit 7f84b6b

Browse files
Merge branch '2.8' into 3.1
* 2.8: [ci] Fix build-packages.php [Validator] Update IpValidatorTest data set with a valid reserved IP
2 parents 007e7e1 + 8fc6937 commit 7f84b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Constraints/IpValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public function getInvalidReservedIpsV4()
215215
{
216216
return array(
217217
array('0.0.0.0'),
218-
array('224.0.0.1'),
218+
array('240.0.0.1'),
219219
array('255.255.255.255'),
220220
);
221221
}

0 commit comments

Comments
 (0)