File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Test/Functional/Acceptance Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ public function _before(\CliTester $I): void
3333 $ I ->cloneTemplateToWorkDir (static ::TEMPLATE_VERSION );
3434 $ I ->createAuthJson ();
3535 $ I ->createArtifactsDir ();
36- $ I ->createArtifactCurrentTestedCode ('docker ' , '1.3.5 ' );
36+ $ I ->createArtifactCurrentTestedCode ('docker ' , '1.4.1 ' );
3737 $ I ->addArtifactsRepoToComposer ();
38- $ I ->addDependencyToComposer ('magento/magento-cloud-docker ' , '1.3.5 ' );
38+ $ I ->addDependencyToComposer ('magento/magento-cloud-docker ' , '1.4.1 ' );
3939
4040 $ I ->addEceToolsGitRepoToComposer ();
4141 $ I ->addDependencyToComposer (
4242 'magento/ece-tools ' ,
43- $ I ->getDependencyVersion ('magento/ece-tools ' ) ?: 'dev-develop as 2002.1 .99 '
43+ $ I ->getDependencyVersion ('magento/ece-tools ' ) ?: 'dev-develop as 2002.2 .99 '
4444 );
4545
4646 if ($ mccVersion = $ I ->getDependencyVersion ('magento/magento-cloud-components ' )) {
You can’t perform that action at this time.
0 commit comments