<?php
/**
 * © Copyright 2013-present Adobe. All rights reserved.
 *
 * This file is licensed under OSL 3.0 or your existing commercial license or subscription
 * agreement with Magento or its Affiliates (the "Agreement).
 *
 * You may obtain a copy of the OSL 3.0 license at http://opensource.org/licenses/osl-3.0.php Open
 * Software License (OSL 3.0) or by contacting engcom@adobe.com for a copy.
 *
 * Subject to your payment of fees and compliance with the terms and conditions of the Agreement,
 * the Agreement supersedes the OSL 3.0 license with respect to this file.
 */
declare(strict_types=1);

namespace Magento\QualityPatches\Test\Functional\Acceptance;

/**
 * @group php83
 */
class B2B15x247Cest extends AbstractCest
{
    /**
     * @return array<string, string>[]
     */
    protected function patchesDataProvider(): array
    {
        return [
            ['templateVersion' => '2.4.7', 'magentoVersion' => '2.4.7-p6', 'b2bVersion' => '1.5.2-p1'],
            ['templateVersion' => '2.4.7', 'magentoVersion' => '2.4.7-p7', 'b2bVersion' => '1.5.2-p2'],
            ['templateVersion' => '2.4.7', 'magentoVersion' => '2.4.7-p8', 'b2bVersion' => '1.5.2-p3'],
            ['templateVersion' => '2.4.7', 'magentoVersion' => '2.4.7-p9', 'b2bVersion' => '1.5.2-p4'],
        ];
    }
}
