Skip to content

Commit d43d2a4

Browse files
KevinBKozanKarishmathakare19
andauthoredApr 30, 2025
Mftf 5.0.4 (#450)
* Components upgrade * Components upgrade * ACQE-7829: MFTF Component Health - June Release * Components upgrade * ACQE-7829: Commented cache@v2 code to test PR checks * Removed commented code related to cache@v2 * reverted code related to Monitor coverage * reverted code related to Monitor coverage * reverted code related to Monitor coverage * Revert removal of caching --------- Co-authored-by: manjusha729 <93243302+manjusha729@users.noreply.github.com> Co-authored-by: Kevin Kozan <kkozan@magento.com> * component upgrade * component upgrade --------- Co-authored-by: Kevin Kozan <kkozan@adobe.com> Co-authored-by: Karishmathakare19 <del57145@adobe.com> Co-authored-by: Kevin Kozan <kkozan@magento.com>
2 parents 4a353df + 46733b8 commit d43d2a4

File tree

4 files changed

+316
-225
lines changed

4 files changed

+316
-225
lines changed
 

‎.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Cache Composer packages
2727
id: composer-cache
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4
2929
with:
3030
path: vendor
3131
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Cache Composer packages
6868
id: composer-cache
69-
uses: actions/cache@v2
69+
uses: actions/cache@v4
7070
with:
7171
path: vendor
7272
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Cache Composer packages
100100
id: composer-cache
101-
uses: actions/cache@v2
101+
uses: actions/cache@v4
102102
with:
103103
path: vendor
104104
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -136,7 +136,7 @@ jobs:
136136

137137
- name: Cache Composer packages
138138
id: composer-cache
139-
uses: actions/cache@v2
139+
uses: actions/cache@v4
140140
with:
141141
path: vendor
142142
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

4+
5.0.4
5+
---------
6+
### Enhancements
7+
* Bumped aws/aws-sdk-php package to 3.342.28
8+
* Bumped composer/composer to 2.8.8
9+
* Bumped codeception/codeception to 5.2.1
10+
* Bumped codeception/module-webdriver to 4.0.3
11+
* Bumped guzzlehttp/guzzle to 7.9.3
12+
* Bumped monolog/monolog to 3.9.0
13+
* Updated cache package version to @v4
14+
415
5.0.3
516
---------
617
### Fixes

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/magento2-functional-testing-framework",
33
"description": "Magento2 Functional Testing Framework",
44
"type": "library",
5-
"version": "5.0.3",
5+
"version": "5.0.4",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {

0 commit comments

Comments
 (0)