@@ -30,13 +30,13 @@ protected function patchesDataProvider(): array
30
30
['templateVersion ' => '2.4.2 ' , 'magentoVersion ' => '2.4.2 ' ],
31
31
['templateVersion ' => '2.4.2 ' , 'magentoVersion ' => '2.4.2-p1 ' ],
32
32
['templateVersion ' => '2.4.2 ' , 'magentoVersion ' => '2.4.2-p2 ' ],
33
- // Magento 2.4.3 CE does not work on the cloud
33
+ // Magento 2.4.3 CE and later does not work on the cloud
34
34
// ['templateVersion' => '2.4.3', 'magentoVersion' => '2.4.3'],
35
35
// ['templateVersion' => '2.4.3', 'magentoVersion' => '2.4.3-p1'],
36
36
// ['templateVersion' => '2.4.3', 'magentoVersion' => '2.4.3-p2'],
37
- ['templateVersion ' => '2.4.4 ' , 'magentoVersion ' => '2.4.4 ' ],
38
- ['templateVersion ' => '2.4.4 ' , 'magentoVersion ' => '2.4.4-p1 ' ],
39
- ['templateVersion ' => '2.4.5 ' , 'magentoVersion ' => '2.4.5 ' ],
37
+ // ['templateVersion' => '2.4.4', 'magentoVersion' => '2.4.4'],
38
+ // ['templateVersion' => '2.4.4', 'magentoVersion' => '2.4.4-p1'],
39
+ // ['templateVersion' => '2.4.5', 'magentoVersion' => '2.4.5'],
40
40
];
41
41
}
42
42
}
0 commit comments