Skip to content

Commit c09a738

Browse files
Merge pull request #483 from magento-commerce/MFTF_6.0.0
Mftf 6.0.0
2 parents e75f007 + 0964f50 commit c09a738

File tree

48 files changed

+1094
-874
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1094
-874
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 5 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.2', '8.3', '8.4', '8.5']
15+
php-versions: ['8.3', '8.4', '8.5']
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.2', '8.3', '8.4', '8.5']
57+
php-versions: ['8.3', '8.4', '8.5']
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.2', '8.3', '8.4', '8.5']
89+
php-versions: ['8.3', '8.4', '8.5']
9090
steps:
9191
- uses: actions/checkout@v2
9292

@@ -118,8 +118,7 @@ jobs:
118118
strategy:
119119
fail-fast: false
120120
matrix:
121-
php-versions: ['8.2', '8.3', '8.4', '8.5']
122-
121+
php-versions: ['8.3', '8.4', '8.5']
123122
services:
124123
chrome:
125124
image: selenium/standalone-chrome:3.141.59-zirconium

CHANGELOG.md

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

4+
6.0.0
5+
---------
6+
### Enhancement
7+
* Bumped phpunit/phpunit to 12.0
8+
49
5.3.0
510
---------
611
### Enhancement

composer.json

Lines changed: 2 additions & 2 deletions
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.3.0",
5+
"version": "6.0.0",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
@@ -44,7 +44,7 @@
4444
"brainmaestro/composer-git-hooks": "^3.0",
4545
"php-coveralls/php-coveralls": "^1.0||^2.2",
4646
"phpmd/phpmd": "^2.8.0",
47-
"phpunit/phpunit": "^10.0",
47+
"phpunit/phpunit": "^12.0",
4848
"squizlabs/php_codesniffer": "~3.11.0"
4949
},
5050
"suggest": {

0 commit comments

Comments
 (0)