Skip to content

Commit f6a6a3e

Browse files
Updating version checked to be 8.3.x where x < 5
1 parent 69cdad0 commit f6a6a3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/GraphQl/App/State/GraphQlStateDiff.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ class GraphQlStateDiff
6060
*/
6161
public function __construct(TestCase $test = null)
6262
{
63-
if (8 == PHP_MAJOR_VERSION && PHP_MINOR_VERSION < 4) {
63+
if (8 == PHP_MAJOR_VERSION && 3 == PHP_MINOR_VERSION && PHP_RELEASE_VERSION < 5) {
6464
$test->markTestSkipped(
65-
"This test isn't compatible with PHP 8.3 versions less than PHP 8.3.4 because of "
65+
"This test isn't compatible with PHP 8.3 versions less than PHP 8.3.5 because of "
6666
. "bug in garbage collector. https://github.com/php/php-src/issues/13569"
6767
. " will roll back in AC-11491"
6868
);

0 commit comments

Comments
 (0)