Skip to content

Commit 93e53f0

Browse files
authored
Merge branch 'develop' into issue-915
2 parents dca4d9b + 56db66b commit 93e53f0

File tree

17 files changed

+437
-694
lines changed

17 files changed

+437
-694
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
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

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

4+
5.0.3
5+
---------
6+
### Fixes
7+
* Allowed additional actions to read from credentials file to fix page builder failures.
8+
* Added support for chrome 131
9+
10+
5.0.2
11+
---------
12+
### Fixes
13+
* Removed support for chrome 131
14+
15+
5.0.1
16+
---------
17+
### Enhancement
18+
* Provided support for chrome 131
19+
20+
5.0.0
21+
---------
22+
### Enhancements
23+
* Provided support for PHP 8.4
24+
* Dropped the support for PHP 8.1
25+
* Removed unwanted dependent packages
26+
* Removed the dependency of codeception/module-sequence and implemented internal adjustments to address PHP 8.4 deprecations.
27+
28+
4.8.3
29+
---------
30+
### Enhancements
31+
* Bumped aws/aws-sdk-php package to 3.323.4
32+
* Bumped composer/composer to 2.8.1
33+
* Bumped laminas/laminas-diactoros to 3.4.1
34+
* Bumped nikic/php-parser to 5.3.1
35+
* Bumped squizlabs/php_codesniffer to 3.10.3
36+
* Remove any unused files remaining after upgrading Codeception.
37+
438
4.8.2
539
---------
640
### Enhancements
@@ -35,16 +69,16 @@ Magento Functional Testing Framework Changelog
3569
4.7.2
3670
---------
3771
### Enhancements
38-
* Fail static test when introduced filename does not equal the MFTF object name
72+
* Fail static test when introduced filename does not equal the MFTF object name
3973
contained within.
4074

4175
4.7.1
4276
---------
4377
### Enhancements
4478
* Bumped all symfony dependencies to `^6.0
45-
* Removed abandoned package codacy/coverage
79+
* Removed abandoned package codacy/coverage
4680
* Removed abandoned package sebastian/phpcpd
47-
* Bumped monolog/monolog to ^3.0
81+
* Bumped monolog/monolog to ^3.0
4882
* Bumped nikic/php-parser to ^5.0
4983

5084
4.7.0

composer.json

Lines changed: 1 addition & 1 deletion
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": "4.8.2",
5+
"version": "5.0.3",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {

0 commit comments

Comments
 (0)