Skip to content

Commit 799536c

Browse files
authored
Merge pull request #423 from magento-commerce/MFTF_5.0.0_RC
MFTF 5.0.0 Release Checklist
2 parents edec0de + ce90341 commit 799536c

33 files changed

+530
-758
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php-versions: ['8.1', '8.2', '8.3']
15+
php-versions: ['8.2', '8.3', '8.4']
1616
steps:
1717
- uses: actions/checkout@v2
1818

@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
php-versions: ['8.1', '8.2', '8.3']
57+
php-versions: ['8.2', '8.3', '8.4']
5858
steps:
5959
- uses: actions/checkout@v2
6060

@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
fail-fast: false
8888
matrix:
89-
php-versions: ['8.1', '8.2', '8.3']
89+
php-versions: ['8.2', '8.3', '8.4']
9090
steps:
9191
- uses: actions/checkout@v2
9292

@@ -118,7 +118,7 @@ jobs:
118118
strategy:
119119
fail-fast: false
120120
matrix:
121-
php-versions: ['8.1', '8.2', '8.3']
121+
php-versions: ['8.2', '8.3', '8.4']
122122

123123
services:
124124
chrome:

CHANGELOG.md

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

4+
5.0.0
5+
---------
6+
### Enhancements
7+
* Provided support for PHP 8.4
8+
* Dropped the support for PHP 8.1
9+
* Removed unwanted dependent packages
10+
411
4.8.3
512
---------
613
### Enhancements

composer.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
"name": "magento/magento2-functional-testing-framework",
33
"description": "Magento2 Functional Testing Framework",
44
"type": "library",
5-
"version": "4.8.3",
5+
"version": "5.0.0",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
99
"sort-packages": true
1010
},
1111
"require": {
1212
"allure-framework/allure-codeception": "^2.1",
13-
"allure-framework/allure-phpunit": "^3",
1413
"aws/aws-sdk-php": "^3.132",
1514
"codeception/codeception": "^5.0",
1615
"codeception/module-asserts": "^3.0",
@@ -29,25 +28,14 @@
2928
"monolog/monolog": "^2.3||^3.0",
3029
"mustache/mustache": "~2.5",
3130
"nikic/php-parser": "^4.4||^5.0",
32-
"php": ">=8.1",
31+
"php": ">=8.2",
3332
"php-webdriver/webdriver": "^1.14.0",
3433
"spomky-labs/otphp": "^10.0||^11.0",
35-
"symfony/config": "^6.4",
3634
"symfony/console": "^6.4",
37-
"symfony/dependency-injection": "^6.4",
3835
"symfony/dotenv": "^6.4",
39-
"symfony/filesystem": "^6.4",
4036
"symfony/finder": "^6.4",
41-
"symfony/http-foundation": "^6.4",
4237
"symfony/mime": "^6.4",
4338
"symfony/process": "^6.4",
44-
"symfony/stopwatch": "^6.4",
45-
"symfony/string": "^6.4",
46-
"symfony/var-exporter": "^6.4",
47-
"symfony/css-selector": "^6.4",
48-
"symfony/event-dispatcher": "^6.4",
49-
"symfony/var-dumper": "^6.4||^7.0",
50-
"symfony/yaml": "^6.4||^7.0",
5139
"weew/helpers-array": "^1.3"
5240
},
5341
"require-dev": {

0 commit comments

Comments
 (0)