Skip to content

Commit 82a9e03

Browse files
committed
Fixup
1 parent 1ad87a5 commit 82a9e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SerdeTestCases.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ public static function union_types_examples(): iterable
459459

460460
#[Test]
461461
#[DataProvider('compound_types_examples')]
462-
#[RequiresPhp('>=8.2')]
462+
#[RequiresPhp('>= 8.2.0')]
463463
public function round_trip_php82(object $data, string $name): void
464464
{
465465
$s = new SerdeCommon(formatters: $this->formatters);

0 commit comments

Comments
 (0)