1 parent 5f66319 commit e2692bcCopy full SHA for e2692bc
1 file changed
tests/VichUploaderBundleTest.php
@@ -20,11 +20,11 @@ final class VichUploaderBundleTest extends TestCase
20
{
21
protected function setUp(): void
22
23
- if (PHP_VERSION_ID <= 80200) { // @phpstan-ignore-line
+ if (\PHP_VERSION_ID <= 80200) {
24
self::markTestSkipped('PHP 8.1 is not supported in these tests');
25
}
26
- if (SimpleAppKernel::VERSION_ID >= 70200) { // @phpstan-ignore-line
27
- self::markTestSkipped('Kernels above 7.1.0 are not supported in these tests');
+ if (SimpleAppKernel::VERSION_ID >= 60400) { // @phpstan-ignore-line
+ self::markTestSkipped('Kernels above 6.4.0 are not supported in these tests');
28
29
30
0 commit comments