Skip to content

Commit 743f1ab

Browse files
committed
Fix build
1 parent ad610cf commit 743f1ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/PHPStan/Analyser/AnalyserIntegrationTest.php

+4
Original file line numberDiff line numberDiff line change
@@ -1497,6 +1497,10 @@ public function testBug11913(): void
14971497

14981498
public function testBug12549(): void
14991499
{
1500+
if (PHP_VERSION_ID < 80300) {
1501+
$this->markTestSkipped('Test requires PHP 8.3.');
1502+
}
1503+
15001504
$errors = $this->runAnalyse(__DIR__ . '/data/bug-12549.php');
15011505
$this->assertNoErrors($errors);
15021506
}

0 commit comments

Comments
 (0)