Skip to content

Commit af1df58

Browse files
committed
Fix build
1 parent 7aa43b5 commit af1df58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/PHPStan/Analyser/AnalyserIntegrationTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,6 +1278,10 @@ public function testBug10147(): void
12781278

12791279
public function testBug10302(): void
12801280
{
1281+
if (PHP_VERSION_ID < 80200) {
1282+
$this->markTestSkipped('Test requires PHP 8.2');
1283+
}
1284+
12811285
$errors = $this->runAnalyse(__DIR__ . '/data/bug-10302.php');
12821286
$this->assertNoErrors($errors);
12831287
}

0 commit comments

Comments
 (0)