We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3057cea commit d7fce7cCopy full SHA for d7fce7c
tests/Unit/CLI/TargetPhpVersionTest.php
@@ -28,7 +28,7 @@ public function test_it_should_ignore_extra_informations(): void
28
{
29
$targetPhpVersion = TargetPhpVersion::create('7.4.10-14+ubuntu22.04.1+deb.sury.org+1');
30
31
- $this->assertEquals('7.3', $targetPhpVersion->get());
+ $this->assertEquals('7.4', $targetPhpVersion->get());
32
}
33
34
public function test_it_should_throw_exception_if_not_valid_php_version(): void
0 commit comments