Skip to content

Commit d7fce7c

Browse files
fix test again
1 parent 3057cea commit d7fce7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/CLI/TargetPhpVersionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function test_it_should_ignore_extra_informations(): void
2828
{
2929
$targetPhpVersion = TargetPhpVersion::create('7.4.10-14+ubuntu22.04.1+deb.sury.org+1');
3030

31-
$this->assertEquals('7.3', $targetPhpVersion->get());
31+
$this->assertEquals('7.4', $targetPhpVersion->get());
3232
}
3333

3434
public function test_it_should_throw_exception_if_not_valid_php_version(): void

0 commit comments

Comments
 (0)