Skip to content

Commit

Permalink
Merge pull request #256 from magento-gl/4.0.0-RC
Browse files Browse the repository at this point in the history
MFTF 4.0.0 Release checklist
  • Loading branch information
jilu1 authored Dec 12, 2022
2 parents a3148fa + e60ad9e commit 3403324
Show file tree
Hide file tree
Showing 14 changed files with 297 additions and 281 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: ['7.4', '8.0', '8.1']
php-versions: ['8.0', '8.1', '8.2']
steps:
- uses: actions/checkout@v2

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

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

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

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

4.0.0
---------
### Enhancements

* Added Supported for PHP 8.2 and enabled PR checks for PHP 8.2
* Dropped Support for PHP 7.4 and disabled PR checks for PHP 7.4
* Upgraded allure-framework/allure-phpunit to its latest version

### Fixes

* MFTF deprecation errors fixes
* Composer downgraded from 2.4 to 2.2 due to lamina issue

3.12.0
---------

Expand Down
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,22 @@
"name": "magento/magento2-functional-testing-framework",
"description": "Magento2 Functional Testing Framework",
"type": "library",
"version": "3.12.0",
"version": "4.0.0",
"license": "AGPL-3.0",
"keywords": ["magento", "automation", "functional", "testing"],
"config": {
"sort-packages": true
},
"require": {
"php": ">7.4",
"php": ">=8.0",
"ext-curl": "*",
"ext-dom": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-openssl": "*",
"allure-framework/allure-codeception": "^1.4",
"allure-framework/allure-phpunit": "^2",
"aws/aws-sdk-php": "^3.132",
"codeception/codeception": "^4.1",
"codeception/module-asserts": "^1.1",
Expand All @@ -32,6 +33,7 @@
"php-webdriver/webdriver": "^1.9.0",
"spomky-labs/otphp": "^10.0",
"symfony/console": "^4.4||^5.4",
"symfony/string": "^5.4",
"symfony/dotenv": "^5.3",
"symfony/finder": "^5.0",
"symfony/http-foundation": "^5.0",
Expand Down
Loading

0 comments on commit 3403324

Please sign in to comment.