Skip to content

Commit 7f3cf19

Browse files
committed
update template version
1 parent 1275c04 commit 7f3cf19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"magento/quality-patches": "^1.1.0"
2626
},
2727
"require-dev": {
28-
"codeception/codeception": "^4.1",
28+
"codeception/codeception": "^4.1 || ^5.1",
2929
"codeception/module-asserts": "^1.2",
3030
"codeception/module-db": "^1.0",
3131
"codeception/module-phpbrowser": "^1.0",

src/Test/Functional/Acceptance/Acceptance82Cest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ protected function patchesDataProvider(): array
2020
return [
2121
['templateVersion' => '2.4.6', 'magentoVersion' => '2.4.6'],
2222
['templateVersion' => '2.4.6', 'magentoVersion' => '2.4.6-p1'],
23-
['templateVersion' => '2.4.7-beta', 'magentoVersion' => null],
23+
['templateVersion' => '2.4.7', 'magentoVersion' => null],
2424
];
2525
}
2626
}

src/Test/Functional/Acceptance/AcceptanceCest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function testPatches(\CliTester $I, \Codeception\Example $data): void
4949
protected function patchesDataProvider(): array
5050
{
5151
return [
52-
['templateVersion' => '2.4.7-beta-test', 'magentoVersion' => '2.4.7-beta401'],
52+
['templateVersion' => '2.4.7', 'magentoVersion' => '2.4.7'],
5353
];
5454
}
5555
}

0 commit comments

Comments
 (0)