mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Prevent failures with dev PHP versions
It was failing with dev versions, e.g. `8.2.0-dev`
This commit is contained in:
parent
fce98d0d85
commit
b39e765475
@ -1,8 +1,6 @@
|
||||
<?php
|
||||
namespace Psalm\Tests\FileManipulation;
|
||||
|
||||
use const PHP_VERSION;
|
||||
|
||||
class UndefinedVariableManipulationTest extends FileManipulationTestCase
|
||||
{
|
||||
/**
|
||||
@ -136,7 +134,7 @@ class UndefinedVariableManipulationTest extends FileManipulationTestCase
|
||||
|
||||
new D();
|
||||
}',
|
||||
PHP_VERSION,
|
||||
'7.4',
|
||||
[],
|
||||
true,
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user