Skip to content

Commit c1157d2

Browse files
Tweak skip conditions
1 parent a624e03 commit c1157d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/tests/StaticAnalysis/ExecutableLinesFindingVisitorTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ public function testExecutableLinesAreGroupedByBranch(): void
2828
$this->doTestSelfDescribingAsset(TEST_FILES_PATH . 'source_for_branched_exec_lines.php');
2929
}
3030

31+
#[RequiresPhp('8.1.*')]
3132
public function testExecutableLinesAreGroupedByBranchPhp81(): void
3233
{
3334
$this->doTestSelfDescribingAsset(TEST_FILES_PATH . 'source_for_branched_exec_lines_php81.php');
3435
}
3536

36-
#[RequiresPhp('8.2')]
37+
#[RequiresPhp('8.2.*')]
3738
public function testExecutableLinesAreGroupedByBranchPhp82(): void
3839
{
3940
$this->doTestSelfDescribingAsset(TEST_FILES_PATH . 'source_for_branched_exec_lines_php82.php');

0 commit comments

Comments
 (0)