Skip to content

Commit 51e05f8

Browse files
Merge pull request #169 from magento-commerce/MCLOUD-14104
MCLOUD-14104: Cloud tools October Release
2 parents 07fffc3 + 938e962 commit 51e05f8

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/magento-cloud-docker",
33
"description": "Magento Cloud Docker",
44
"type": "magento2-component",
5-
"version": "1.4.4",
5+
"version": "1.4.5",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"

src/Test/Functional/Acceptance/ActivemqArtemis84Cest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ class ActivemqArtemis84Cest extends ActivemqArtemisCest
1818
* Template version for testing
1919
*/
2020
protected const TEMPLATE_VERSION = '2.4.9-alpha-opensearch3.0';
21-
}
21+
}

src/Test/Functional/Acceptance/ActivemqArtemisCest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ private function testEnvironmentVariables(CliTester $I): void
142142
$I->seeInOutput('ARTEMIS_PASSWORD=admin');
143143
}
144144

145-
146145
/**
147146
* Builds build:compose command from given test data
148147
*

0 commit comments

Comments
 (0)