Skip to content

Commit

Permalink
Merge pull request #423 from magento-commerce/MFTF_5.0.0_RC
Browse files Browse the repository at this point in the history
MFTF 5.0.0 Release Checklist
  • Loading branch information
KevinBKozan authored Dec 17, 2024
2 parents edec0de + ce90341 commit 799536c
Show file tree
Hide file tree
Showing 33 changed files with 530 additions and 758 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.1', '8.2', '8.3']
php-versions: ['8.2', '8.3', '8.4']
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.1', '8.2', '8.3']
php-versions: ['8.2', '8.3', '8.4']
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.1', '8.2', '8.3']
php-versions: ['8.2', '8.3', '8.4']
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.1', '8.2', '8.3']
php-versions: ['8.2', '8.3', '8.4']

services:
chrome:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Magento Functional Testing Framework Changelog
================================================

5.0.0
---------
### Enhancements
* Provided support for PHP 8.4
* Dropped the support for PHP 8.1
* Removed unwanted dependent packages

4.8.3
---------
### Enhancements
Expand Down
16 changes: 2 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
"name": "magento/magento2-functional-testing-framework",
"description": "Magento2 Functional Testing Framework",
"type": "library",
"version": "4.8.3",
"version": "5.0.0",
"license": "AGPL-3.0",
"keywords": ["magento", "automation", "functional", "testing"],
"config": {
"sort-packages": true
},
"require": {
"allure-framework/allure-codeception": "^2.1",
"allure-framework/allure-phpunit": "^3",
"aws/aws-sdk-php": "^3.132",
"codeception/codeception": "^5.0",
"codeception/module-asserts": "^3.0",
Expand All @@ -29,25 +28,14 @@
"monolog/monolog": "^2.3||^3.0",
"mustache/mustache": "~2.5",
"nikic/php-parser": "^4.4||^5.0",
"php": ">=8.1",
"php": ">=8.2",
"php-webdriver/webdriver": "^1.14.0",
"spomky-labs/otphp": "^10.0||^11.0",
"symfony/config": "^6.4",
"symfony/console": "^6.4",
"symfony/dependency-injection": "^6.4",
"symfony/dotenv": "^6.4",
"symfony/filesystem": "^6.4",
"symfony/finder": "^6.4",
"symfony/http-foundation": "^6.4",
"symfony/mime": "^6.4",
"symfony/process": "^6.4",
"symfony/stopwatch": "^6.4",
"symfony/string": "^6.4",
"symfony/var-exporter": "^6.4",
"symfony/css-selector": "^6.4",
"symfony/event-dispatcher": "^6.4",
"symfony/var-dumper": "^6.4||^7.0",
"symfony/yaml": "^6.4||^7.0",
"weew/helpers-array": "^1.3"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 799536c

Please sign in to comment.