Skip to content

Commit af261d2

Browse files
committed
Fix PHP version comparicon operator
Signed-off-by: George Steel <george@net-glue.co.uk>
1 parent 2d10cab commit af261d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ToIntTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function testHugeNumbersAreTruncatedToIntMax(): void
5656
self::assertSame(PHP_INT_MAX, $filter->__invoke($huge));
5757
}
5858

59-
#[RequiresPhp('^8.5.0')]
59+
#[RequiresPhp('>= 8.5.0')]
6060
public function testHugeNumbersAreTruncatedToIntMaxOn85WithAWarning(): void
6161
{
6262
$called = false;

0 commit comments

Comments
 (0)