We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cdad0 commit f6a6a3eCopy full SHA for f6a6a3e
dev/tests/integration/testsuite/Magento/GraphQl/App/State/GraphQlStateDiff.php
@@ -60,9 +60,9 @@ class GraphQlStateDiff
60
*/
61
public function __construct(TestCase $test = null)
62
{
63
- if (8 == PHP_MAJOR_VERSION && PHP_MINOR_VERSION < 4) {
+ if (8 == PHP_MAJOR_VERSION && 3 == PHP_MINOR_VERSION && PHP_RELEASE_VERSION < 5) {
64
$test->markTestSkipped(
65
- "This test isn't compatible with PHP 8.3 versions less than PHP 8.3.4 because of "
+ "This test isn't compatible with PHP 8.3 versions less than PHP 8.3.5 because of "
66
. "bug in garbage collector. https://github.com/php/php-src/issues/13569"
67
. " will roll back in AC-11491"
68
);
0 commit comments