Skip to content

Commit

Permalink
Merge pull request #79 from magento-commerce/MCLOUD-10674
Browse files Browse the repository at this point in the history
MCLOUD-10674: Release MCP 1.0.22
  • Loading branch information
BaDos authored Jun 19, 2023
2 parents d77de2e + 36d0994 commit 7dae97f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/magento-cloud-patches",
"description": "Provides critical fixes for Magento 2 Enterprise Edition",
"type": "magento2-component",
"version": "1.0.21",
"version": "1.0.22",
"license": "OSL-3.0",
"repositories": {
"repo.magento.com": {
Expand Down
1 change: 1 addition & 0 deletions src/Test/Functional/Acceptance/Acceptance81Cest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ protected function patchesDataProvider(): array
['templateVersion' => '2.4.4', 'magentoVersion' => '2.4.4-p1'],
['templateVersion' => '2.4.4', 'magentoVersion' => '2.4.4-p2'],
['templateVersion' => '2.4.4', 'magentoVersion' => '2.4.4-p3'],
['templateVersion' => '2.4.4', 'magentoVersion' => '2.4.4-p4'],
['templateVersion' => '2.4.5', 'magentoVersion' => '2.4.5'],
['templateVersion' => '2.4.5', 'magentoVersion' => '2.4.5-p1'],
['templateVersion' => '2.4.5', 'magentoVersion' => '2.4.5-p2'],
Expand Down
1 change: 1 addition & 0 deletions src/Test/Functional/Acceptance/AcceptanceCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ protected function patchesDataProvider(): array
return [
['templateVersion' => '2.4.6', 'magentoVersion' => '2.4.6'],
['templateVersion' => '2.4.6', 'magentoVersion' => '2.4.6-p1'],
['templateVersion' => '2.4.7-beta', 'magentoVersion' => null],
];
}
}

0 comments on commit 7dae97f

Please sign in to comment.